- fixed an error in Geo Editor when trying to save an empty Geometry
- in Preferences made sure that clicking the Restore Defaults will update the values in the Preferences Tab - some changes in the Tools visibility in the Tools ToolBar
This commit is contained in:
@@ -1080,6 +1080,13 @@ class MainGUI(QtWidgets.QMainWindow):
|
||||
|
||||
self.toolbartools.addSeparator()
|
||||
|
||||
self.align_btn = self.toolbartools.addAction(
|
||||
QtGui.QIcon(self.app.resource_location + '/align32.png'), _("Align Objects Tool"))
|
||||
# self.sub_btn = self.toolbartools.addAction(
|
||||
# QtGui.QIcon(self.app.resource_location + '/sub32.png'), _("Subtract Tool"))
|
||||
|
||||
self.toolbartools.addSeparator()
|
||||
|
||||
self.extract_btn = self.toolbartools.addAction(
|
||||
QtGui.QIcon(self.app.resource_location + '/extract32.png'), _("Extract Tool"))
|
||||
self.copperfill_btn = self.toolbartools.addAction(
|
||||
@@ -2277,6 +2284,13 @@ class MainGUI(QtWidgets.QMainWindow):
|
||||
|
||||
self.toolbartools.addSeparator()
|
||||
|
||||
self.align_btn = self.toolbartools.addAction(
|
||||
QtGui.QIcon(self.app.resource_location + '/align32.png'), _("Align Objects Tool"))
|
||||
# self.sub_btn = self.toolbartools.addAction(
|
||||
# QtGui.QIcon(self.app.resource_location + '/sub32.png'), _("Subtract Tool"))
|
||||
|
||||
self.toolbartools.addSeparator()
|
||||
|
||||
self.extract_btn = self.toolbartools.addAction(
|
||||
QtGui.QIcon(self.app.resource_location + '/extract32.png'), _("Extract Tool"))
|
||||
self.copperfill_btn = self.toolbartools.addAction(
|
||||
|
||||
Reference in New Issue
Block a user