- added a Bookmark Manager and a Bookmark menu in the Help Menu

- added an initial support for rows drag and drop in FCTable in GUIElements; it crashes for CellWidgets for now, if CellWidgetsare in the table rows
This commit is contained in:
Marius Stanciu
2019-10-11 17:43:04 +03:00
committed by Marius
parent 7e6554b7ab
commit 2ea45c5d58
8 changed files with 438 additions and 22 deletions

View File

@@ -414,7 +414,7 @@ class FlatCAMObj(QtCore.QObject):
return self.shapes.visible
@visible.setter
def visible(self, value, threaded=False):
def visible(self, value, threaded=True):
log.debug("FlatCAMObj.visible()")
def worker_task(app_obj):