- fixed bug in FCSpinner and FCDoubleSpinner GUI elements, that are now the main GUI element in FlatCAM, that made partial selection difficult
- updated the Paint Tool in Geometry Editor to use the FCDoublepinbox - added the possibility for suffix presence on the FCSpinner and FCDoubleSpinner GUI Elements - added the '%' symbol for overlap fields; I still need to divide the conntet by 100 to get the original decimal
This commit is contained in:
@@ -2690,7 +2690,7 @@ class App(QtCore.QObject):
|
||||
|
||||
if self.old_defaults_found is True:
|
||||
self.inform.emit('[WARNING_NOTCL] %s' % _("Found old default preferences files. "
|
||||
"Please reboot the application"))
|
||||
"Please reboot the application to update."))
|
||||
self.old_defaults_found = False
|
||||
|
||||
@staticmethod
|
||||
|
||||
Reference in New Issue
Block a user