Salome HOME
Issue #251. Append Export/Import NewGeom commands in the SALOME desktop.
[modules/shaper.git] / src / PartSet / PartSet_OperationSketch.cpp
index 5efa67ae3bab39ce884a273b7ff4d940e3f05cf1..c3ca9d922d802d974e962a87ac41eddf62f6983c 100644 (file)
@@ -128,6 +128,7 @@ void PartSet_OperationSketch::selectionChanged(ModuleBase_ISelection* theSelecti
         // Turn viewer to the plane
         emit planeSelected(aDir->x(), aDir->y(), aDir->z());
       }
+      emit updatePropPanel();
       emit launchSketch();
     }
   }