- in Geometry Editor - fixed the Explode tool to work on the result of adding Text geometry
- all the Geometry Editor plugins are moved inside another folder and the UI's are moved into their own class
This commit is contained in:
@@ -726,7 +726,7 @@ class MainGUI(QtWidgets.QMainWindow):
|
||||
)
|
||||
self.geo_transform_menuitem = self.geo_editor_menu.addAction(
|
||||
QtGui.QIcon(self.app.resource_location + '/transform.png'),
|
||||
'%s\t%s' % (_("Transform Tool"), _('Alt+R'))
|
||||
'%s\t%s' % (_("Transformation"), _('Alt+R'))
|
||||
)
|
||||
self.geo_editor_menu.addSeparator()
|
||||
self.geo_cornersnap_menuitem = self.geo_editor_menu.addAction(
|
||||
|
||||
Reference in New Issue
Block a user