- working on the new database

- fix a bug in the TextInputTool in FlatCAM Geometry Editor that crashed the sw when some fonts are not loaded correctly
This commit is contained in:
Marius Stanciu
2020-03-12 18:20:22 +02:00
committed by Marius
parent 15ee54d057
commit 1a06ce6a2d
4 changed files with 453 additions and 170 deletions

View File

@@ -1414,7 +1414,7 @@ class GeneralAppPrefGroupUI(OptionsGroupUI):
def __init__(self, decimals=4, parent=None):
super(GeneralAppPrefGroupUI, self).__init__(self)
self.setTitle(str(_("App Preferences")))
self.setTitle(_("App Preferences"))
self.decimals = decimals
# Create a form layout for the Application general settings