- added a new menu category in the MenuBar named 'Objects'. It will hold the objects found in the Project tab. Useful when working in FullScreen

This commit is contained in:
Marius Stanciu
2019-10-04 17:18:07 +03:00
parent 6d2ed26e0e
commit 55fdd59b94
4 changed files with 140 additions and 9 deletions

View File

@@ -404,7 +404,7 @@ class FlatCAMGUI(QtWidgets.QMainWindow):
# ########################################################################
# ########################## Objects # ###################################
# ########################################################################
self.menufile = self.menu.addMenu(_('Objects'))
self.menuobjects = self.menu.addMenu(_('Objects'))
# ########################################################################
# ########################## Tool # ######################################