diff --git a/README.md b/README.md index f7550818..18497859 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ CAD program, and create G-Code for Isolation routing. - the Gerber UI is built only once now so the process is lighter on CPU - the Gerber apertures marking shapes storage is now built only once because the more are built the more sluggish is the interface - added a new function called by shortcut key combo CTRL+G when the current widget in Plot Area is an Code Editor. It will jump to the specified line in the text. +- fixed a small where the app tried to hide a label that I've removed previously 28.12.2019 diff --git a/flatcamGUI/PreferencesUI.py b/flatcamGUI/PreferencesUI.py index 30174a14..c5db302c 100644 --- a/flatcamGUI/PreferencesUI.py +++ b/flatcamGUI/PreferencesUI.py @@ -1729,7 +1729,6 @@ class GeneralAppPrefGroupUI(OptionsGroupUI): self.layout.addStretch() if sys.platform != 'win32': - self.portability_label.hide() self.portability_cb.hide() # splash screen button signal