We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1bb302 commit 228dc1aCopy full SHA for 228dc1a
1 file changed
share/qtvcp/screens/qtaxis/qtaxis_handler.py
@@ -159,8 +159,8 @@ def initialized__(self):
159
self.make_progressbar()
160
161
if INFO.MACHINE_IS_LATHE:
162
- self.w.dro_relative_y.setVisible(False)
163
- self.w.dro_absolute_y.setVisible(False)
+ self.w.dro_label_g5x_y.setVisible(False)
+ self.w.dro_label_g53_y.setVisible(False)
164
self.restoreSettings()
165
#QtWidgets.QApplication.instance().event_filter.focusIn.connect(self.focusInChanged)
166
0 commit comments