Skip to content

Commit 20fc9d0

Browse files
committed
qtvcp -qtaxis: fix step toolbar button
somehow this was never finished in the toolbar libray either
1 parent fd09651 commit 20fc9d0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

share/qtvcp/screens/qtaxis/qtaxis_handler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ def initialized__(self):
102102
TOOLBAR.configure_action(self.w.actionOpen, 'load')
103103
TOOLBAR.configure_action(self.w.actionReload, 'Reload')
104104
TOOLBAR.configure_action(self.w.actionRun, 'run')
105+
TOOLBAR.configure_action(self.w.actionStep, 'step')
105106
TOOLBAR.configure_action(self.w.actionPause, 'pause')
106107
TOOLBAR.configure_action(self.w.actionStop, 'abort')
107108
TOOLBAR.configure_action(self.w.actionSkip, 'block_delete')

0 commit comments

Comments
 (0)