X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_WidgetSketchLabel.cpp;h=9fff4686996f5bad134648b16a32382df9218baf;hb=c6ef101d10021ba8ed89b3838d1f18db28132c19;hp=eeb38baaab46c3e49126cefcc72a37e82af383ec;hpb=b1eedc1c758fe498ba735720e355210dbb811ffe;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_WidgetSketchLabel.cpp b/src/PartSet/PartSet_WidgetSketchLabel.cpp index eeb38baaa..9fff46869 100644 --- a/src/PartSet/PartSet_WidgetSketchLabel.cpp +++ b/src/PartSet/PartSet_WidgetSketchLabel.cpp @@ -36,6 +36,7 @@ #include #include +#include #define PLANE_SIZE "200" #define SKETCH_WIDTH "4" @@ -117,6 +118,7 @@ void PartSet_WidgetSketchLabel::onPlaneSelected() // Update sketcher actions XGUI_ActionsMgr* anActMgr = myWorkshop->actionsMgr(); anActMgr->update(); + myWorkshop->viewer()->update(); } } }