From b5e04993ed7e0c0a7e2d11bfa42878a3cc45e5d0 Mon Sep 17 00:00:00 2001 From: nds Date: Wed, 27 May 2015 21:02:07 +0300 Subject: [PATCH] Fillet is macro, that means that this feature is deleted on commit of the operation. There is a correction in sketch functionality, concered to the case that all comitted nested features are hardly visualized after commit(disappearing of the presentation by leaving viewer). These feature are visualized on commit. The fillet can not be visualilzed because data() is invalid. --- src/NewGeom/NewGeom_Module.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/NewGeom/NewGeom_Module.cpp b/src/NewGeom/NewGeom_Module.cpp index 6ccc5b4bb..8265e654c 100644 --- a/src/NewGeom/NewGeom_Module.cpp +++ b/src/NewGeom/NewGeom_Module.cpp @@ -165,7 +165,9 @@ bool NewGeom_Module::activateModule(SUIT_Study* theStudy) myWorkshop->objectBrowser()->rebuildDataTree(); myWorkshop->updateCommandStatus(); myIsOpened = false; - QTimer::singleShot(1000, myWorkshop, SLOT(displayAllResults())); + // the display all results is not necessary anymore, it was commented in XGUI_Workshop, + // so it should be commented here + //QTimer::singleShot(1000, myWorkshop, SLOT(displayAllResults())); } else myWorkshop->updateCommandStatus(); -- 2.39.2