X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_PropertyPanel.cpp;h=5067484718d39a2fc1d9fbea5983ce0f6ca6da17;hb=25df988cd1b0b85f45355f2c21c2642cd0ea1d74;hp=09a6c727ebe6041d521876455d977f1bb13a0e53;hpb=38718871ed5bbaacc7601df64ff137014d195bd3;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_PropertyPanel.cpp b/src/XGUI/XGUI_PropertyPanel.cpp index 09a6c727e..506748471 100644 --- a/src/XGUI/XGUI_PropertyPanel.cpp +++ b/src/XGUI/XGUI_PropertyPanel.cpp @@ -8,8 +8,6 @@ #include #include -#include - #include #include #include @@ -76,4 +74,6 @@ void XGUI_PropertyPanel::updateContentWidget(boost::shared_ptr foreach(ModuleBase_ModelWidget* eachWidget, myWidgets) { eachWidget->restoreValue(theFeature); } + // the repaint is used here to immediatelly react in GUI to the values change. + repaint(); }