fix typo
Change-Id: Ic7125870f209dd9b12e597e43a4874c30da3ca05
This commit is contained in:
parent
5fb7d747ba
commit
2e492269b8
@ -277,7 +277,7 @@ class DriveableWidget(ReadableWidget):
|
|||||||
self.targetLineEdit.setText(str(target))
|
self.targetLineEdit.setText(str(target))
|
||||||
|
|
||||||
def on_cmdPushButton_clicked(self, toggle=False):
|
def on_cmdPushButton_clicked(self, toggle=False):
|
||||||
if toggled:
|
if toggle:
|
||||||
return
|
return
|
||||||
if self._is_enum:
|
if self._is_enum:
|
||||||
self.on_targetComboBox_activated()
|
self.on_targetComboBox_activated()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user