We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c744720 commit f268f45Copy full SHA for f268f45
flexgui/src/flexgui
@@ -138,13 +138,13 @@ class flexgui(QMainWindow):
138
startup.setup_jog(self)
139
startup.setup_mdi(self)
140
# loading the post gui files can only happen once
141
- if gui.lower() == 'flexgui':
142
- startup.load_postgui(self)
+ startup.setup_hal_buttons(self)
143
startup.setup_tool_change(self)
144
startup.setup_sliders(self)
145
startup.setup_defaults(self)
146
startup.setup_plot(self)
147
- startup.setup_hal_buttons(self)
+ if gui.lower() == 'flexgui':
+ startup.load_postgui(self)
148
149
# setup and start the status update timer every 0.01 second
150
self.timer = QTimer()
0 commit comments