Adapt to ecmc v11

This commit is contained in:
2025-09-10 13:44:56 +02:00
parent 8d4ea1e87c
commit 377a28c95f
5 changed files with 18 additions and 34 deletions

View File

@@ -579,7 +579,7 @@ class ecmcMtnMainGui(QtWidgets.QDialog):
axId = axIdPV.get()
if axId > 0:
self.cmbBxSelectAxis.addItem(str(int(ax)))
self.cmbBxSelectAxis.addItem(str(int(axId)))
def changeAxisIndex(self,xxx):
if self.cmbBxSelectAxis.currentData() is not None: