]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Task 2.3: Improve performance
authorvsv <vsv@opencascade.com>
Fri, 16 Aug 2019 11:17:32 +0000 (14:17 +0300)
committervsv <vsv@opencascade.com>
Fri, 16 Aug 2019 11:17:32 +0000 (14:17 +0300)
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)