From: nds Date: Wed, 27 May 2015 18:02:07 +0000 (+0300) Subject: Fillet is macro, that means that this feature is deleted on commit of the operation. X-Git-Tag: V_1.2.0~42 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b5e04993ed7e0c0a7e2d11bfa42878a3cc45e5d0;p=modules%2Fshaper.git 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. --- 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();