We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd09651 commit 20fc9d0Copy full SHA for 20fc9d0
1 file changed
share/qtvcp/screens/qtaxis/qtaxis_handler.py
@@ -102,6 +102,7 @@ def initialized__(self):
102
TOOLBAR.configure_action(self.w.actionOpen, 'load')
103
TOOLBAR.configure_action(self.w.actionReload, 'Reload')
104
TOOLBAR.configure_action(self.w.actionRun, 'run')
105
+ TOOLBAR.configure_action(self.w.actionStep, 'step')
106
TOOLBAR.configure_action(self.w.actionPause, 'pause')
107
TOOLBAR.configure_action(self.w.actionStop, 'abort')
108
TOOLBAR.configure_action(self.w.actionSkip, 'block_delete')
0 commit comments