- fixed a bug in loading objects by drag&drop into the Project Tab where only one object in the selection was loaded

This commit is contained in:
Marius Stanciu
2020-04-20 12:02:01 +03:00
committed by Marius
parent c6ac6268ad
commit 3c291f259e
3 changed files with 119 additions and 57 deletions

View File

@@ -4163,8 +4163,7 @@ class FlatCAMGUI(QtWidgets.QMainWindow):
def closeEvent(self, event):
if self.app.save_in_progress:
self.app.inform.emit('[WARNING_NOTCL] %s' %
_("Application is saving the project. Please wait ..."))
self.app.inform.emit('[WARNING_NOTCL] %s' % _("Application is saving the project. Please wait ..."))
else:
grect = self.geometry()