From: vsv Date: Fri, 16 Aug 2019 11:17:32 +0000 (+0300) Subject: Task 2.3: Improve performance X-Git-Tag: V9_4_0a2~4^2~139 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7c0a59ee1beca06f56d504e7373a571cf12c8e59;p=modules%2Fshaper.git Task 2.3: Improve performance --- 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)