- remade the GUI + small fixes in 2Sided Tool

This commit is contained in:
Marius Stanciu
2020-01-29 15:52:44 +02:00
parent d7f7d79d6a
commit a6b2b0af54
3 changed files with 168 additions and 98 deletions

View File

@@ -7152,12 +7152,11 @@ class App(QtCore.QObject):
pass
self.delete_first_selected()
self.inform.emit('%s...' %
_("Object(s) deleted"))
self.inform.emit('%s...' % _("Object(s) deleted"))
# make sure that the selection shape is deleted, too
self.delete_selection_shape()
else:
self.inform.emit(_("Failed. No object(s) selected..."))
self.inform.emit('[ERROR_NOTCL] %s' % _("Failed. No object(s) selected..."))
else:
self.inform.emit(_("Save the work in Editor and try again ..."))