Salome HOME
1. Correction for perfomance problem by Apply button state update: do not listen...
[modules/shaper.git] / src / XGUI / XGUI_Workshop.h
index edf22c262b2130362ce5034dc673a4397269464a..0c09e08736a166c631d83119facf27d5a5243485 100755 (executable)
@@ -341,6 +341,9 @@ signals:
   /// differs in the new state of paged container
   void onValuesChanged();
 
+  /// Listens the corresponded signal of model widget and updates Apply button state by feature
+  void onWidgetObjectUpdated();
+
   /// Show property panel
   void showPropertyPanel();