From 7c0a59ee1beca06f56d504e7373a571cf12c8e59 Mon Sep 17 00:00:00 2001 From: vsv Date: Fri, 16 Aug 2019 14:17:32 +0300 Subject: [PATCH] Task 2.3: Improve performance --- src/XGUI/XGUI_PropertyPanel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2