Salome HOME
Fix for synchronization of selection in object Browser and multi-selector (Example...
[modules/shaper.git] / src / ModuleBase / ModuleBase_Operation.cpp
index fc474be1d7175d3ec8c3be471fc64d79e35e3582..91be0c34cb2221b98cd5ea8aab98fcd1509288ea 100644 (file)
@@ -133,6 +133,10 @@ void ModuleBase_Operation::abort()
 bool ModuleBase_Operation::commit()
 {
   if (canBeCommitted()) {
+    ModuleBase_IPropertyPanel* aPanel = propertyPanel();
+    if (aPanel)
+      aPanel->onAcceptData();
+
     SessionPtr aMgr = ModelAPI_Session::get();
 
     commitOperation();