From a66658f2e2df36465258ff486847c9402a11b02a Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Sun, 29 Dec 2019 21:36:34 +0200 Subject: [PATCH] - fixed a small where the app tried to hide a label that I've removed previously --- README.md | 1 + flatcamGUI/PreferencesUI.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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