X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_WidgetSketchLabel.cpp;h=e28724ddc37d179bc79105bfd74af476d9c6ac96;hb=5b679606e1f5aa81b438efe5f00cead3bfa85859;hp=e4df553d7cbe92289ce95475453f4205dde148df;hpb=38012f90328622b1b395fc6ff6c3b790f290c0be;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_WidgetSketchLabel.cpp b/src/PartSet/PartSet_WidgetSketchLabel.cpp index e4df553d7..e28724ddc 100644 --- a/src/PartSet/PartSet_WidgetSketchLabel.cpp +++ b/src/PartSet/PartSet_WidgetSketchLabel.cpp @@ -181,7 +181,7 @@ void PartSet_WidgetSketchLabel::updateByPlaneSelected(const ModuleBase_ViewerPrs // 6. Update sketcher actions XGUI_ActionsMgr* anActMgr = workshop()->actionsMgr(); anActMgr->update(); - myWorkshop->viewer()->update(); + //VSV myWorkshop->viewer()->update(); } std::shared_ptr PartSet_WidgetSketchLabel::plane() const @@ -289,7 +289,7 @@ void PartSet_WidgetSketchLabel::activateCustom() connect(workshop()->selector(), SIGNAL(selectionChanged()), this, SLOT(onSelectionChanged())); activateFilters(true); - aDisp->updateViewer(); + //VSV aDisp->updateViewer(); } void PartSet_WidgetSketchLabel::deactivate()