Salome HOME
Task 2.3: Improve performance
[modules/shaper.git] / src / XGUI / XGUI_PropertyPanel.cpp
index 7bfd6a3d4013eb7bdf9e06a25f96281eed264090..e2ce9216021cf44986c648308bcafc7a64a1bb15 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)