From e5987f66cbf9d8dbe6d55d50ad294d7892ed1839 Mon Sep 17 00:00:00 2001 From: Marius Stanciu Date: Mon, 9 Dec 2019 03:12:50 +0200 Subject: [PATCH] - reverted this change: "selected object in Project used to ask twice for UI build" because it will not build the UI when a tab is closed for Document object and the object is selected --- FlatCAMApp.py | 4 ++-- README.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/FlatCAMApp.py b/FlatCAMApp.py index e6fc11f3..b2f9475a 100644 --- a/FlatCAMApp.py +++ b/FlatCAMApp.py @@ -133,7 +133,7 @@ class App(QtCore.QObject): # ################## Version and VERSION DATE ############################## # ########################################################################## version = 8.99 - version_date = "2019/12/7" + version_date = "2019/12/12" beta = True engine = '3D' @@ -8102,7 +8102,7 @@ class App(QtCore.QObject): if index.isValid(): if index.internalPointer().parent_item != self.collection.root_item: self.ui.notebook.setCurrentWidget(self.ui.selected_tab) - # self.collection.on_item_activated(index) + self.collection.on_item_activated(index) def on_row_selected(self, obj_name): # this is a special string; when received it will make all entries unchecked diff --git a/README.md b/README.md index abceca59..6bd72531 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ CAD program, and create G-Code for Isolation routing. - updated the border for fit view on OpenGL graphic mode - Calibration Tool - added preferences values - Calibration Tool - more work on it +- reverted this change: "selected object in Project used to ask twice for UI build" because it will not build the UI when a tab is closed for Document object and the object is selected 8.12.2019