- modified all CTRL+ with Ctrl+ and all ALT+ with Alt+ and all SHIFT+ with Shift+. Fixed issue #387.
This commit is contained in:
@@ -382,7 +382,7 @@ class QRCode(FlatCAMTool):
|
||||
self.app.ui.notebook.setTabText(2, _("QRCode Tool"))
|
||||
|
||||
def install(self, icon=None, separator=None, **kwargs):
|
||||
FlatCAMTool.install(self, icon, separator, shortcut='ALT+Q', **kwargs)
|
||||
FlatCAMTool.install(self, icon, separator, shortcut='Alt+Q', **kwargs)
|
||||
|
||||
def set_tool_ui(self):
|
||||
self.units = self.app.defaults['units']
|
||||
|
||||
Reference in New Issue
Block a user