X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_PropertyPanel.cpp;fp=src%2FXGUI%2FXGUI_PropertyPanel.cpp;h=e2ce9216021cf44986c648308bcafc7a64a1bb15;hb=7c0a59ee1beca06f56d504e7373a571cf12c8e59;hp=7bfd6a3d4013eb7bdf9e06a25f96281eed264090;hpb=5b891ee5f80d0786f878f492482b0a48ebc7347f;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_PropertyPanel.cpp b/src/XGUI/XGUI_PropertyPanel.cpp index 7bfd6a3d4..e2ce92160 100644 --- a/src/XGUI/XGUI_PropertyPanel.cpp +++ b/src/XGUI/XGUI_PropertyPanel.cpp @@ -207,7 +207,7 @@ void XGUI_PropertyPanel::updateContentWidget(FeaturePtr theFeature) eachWidget->restoreValue(); } // the repaint is used here to immediately react in GUI to the values change. - repaint(); + update(); } void XGUI_PropertyPanel::createContentPanel(FeaturePtr theFeature)