- small changes in GUI

This commit is contained in:
Marius Stanciu
2019-04-26 02:31:21 +03:00
parent ac3833f746
commit 8eb390e706
6 changed files with 28 additions and 17 deletions

View File

@@ -1546,7 +1546,7 @@ class FlatCAMGUI(QtWidgets.QMainWindow):
##############################################################
### HERE WE BUILD THE CONTEXT MENU FOR RMB CLICK ON CANVAS ###
##############################################################
self.popMenu = QtWidgets.QMenu()
self.popMenu = FCMenu()
self.popmenu_disable = self.popMenu.addAction(QtGui.QIcon('share/clear_plot32.png'), _("Disable"))
self.popMenu.addSeparator()