Salome HOME
Issue #2998: Add help description for automatic creation of constraints
[modules/shaper.git] / src / XGUI / XGUI_PropertyPanel.cpp
index 8b5ccaf65b408673ae09be020965f1dddbbdd80b..4138cc25cdc39eddadbbe8021d49755e7e715dbd 100644 (file)
@@ -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)