From 26fdb2ca2cf2f7c3804136237d5e962a775d1f00 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk Date: Mon, 29 May 2023 14:46:53 -0600 Subject: [PATCH] GUI: Force Pulse() usage on all --- resources/wx_gui/gui_support.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/wx_gui/gui_support.py b/resources/wx_gui/gui_support.py index 343042c3e..08c84166e 100644 --- a/resources/wx_gui/gui_support.py +++ b/resources/wx_gui/gui_support.py @@ -65,7 +65,8 @@ class GaugePulseCallback: self.max_value: int = gauge.GetRange() - self.non_metal_alternative: bool = CheckProperties(global_constants).host_is_non_metal() + # self.non_metal_alternative: bool = CheckProperties(global_constants).host_is_non_metal() + self.non_metal_alternative: bool = False def start_pulse(self) -> None: