- fixed an issue created by the fact that I used the '_' char inside the app to designate unused info and that conflicted with the _() function used by gettext

- made impossible to try to reapply current language that it's already applied (un-necessary)
This commit is contained in:
Marius Stanciu
2019-03-11 00:41:49 +02:00
parent 3c2cc96b62
commit f51c146f71
3 changed files with 22 additions and 15 deletions

View File

@@ -21,6 +21,8 @@ CAD program, and create G-Code for Isolation routing.
- fixed bug in ToolCutOut where for each tool invocation the signals were reconnected
- fixed some issues with ToolMeasurement due of above changes
- updated the App.final_save() function
- fixed an issue created by the fact that I used the '_' char inside the app to designate unused info and that conflicted with the _() function used by gettext
- made impossible to try to reapply current language that it's already applied (un-necessary)
8.03.2019