- fixed issue when doing th CTRL (or SHIFT) + LMB, the focus is automatically moved to Project Tab

- further work in internationalization, added a fallback to English language in case there is no translation for a string
This commit is contained in:
Marius Stanciu
2019-03-08 14:10:23 +02:00
parent 328182d863
commit 6ba037fd83
22 changed files with 1012 additions and 843 deletions

View File

@@ -38,6 +38,13 @@ import FlatCAMTranslation as fcTranslate
fcTranslate.apply_language('FlatCAMEditor')
def _tr(text):
try:
return _(text)
except:
return text
class BufferSelectionTool(FlatCAMTool):
"""
Simple input for buffer distance.