mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-14 09:38:33 +05:00
Now the current object(s) selected in the OB is (are) set into the widget when the button is clicked.
This commit is contained in:
parent
5613f2a33c
commit
61fbeb9fea
@ -153,6 +153,7 @@ void StdMeshersGUI_ObjectReferenceParamWdg::activateSelection()
|
||||
connect(mySelectionMgr, SIGNAL(currentSelectionChanged()), SLOT(onSelectionDone()));
|
||||
}
|
||||
emit selectionActivated();
|
||||
onSelectionDone();
|
||||
|
||||
mySelButton->setChecked( mySelectionActivated );
|
||||
}
|
||||
|
@ -126,7 +126,6 @@ private:
|
||||
QString myParamValue;
|
||||
QString myEmptyText;
|
||||
QString myEmptyStyleSheet;
|
||||
//int spacing;
|
||||
};
|
||||
|
||||
#endif // STDMESHERSGUI_OBJECTREFERENCEPARAMWDG_H
|
||||
|
Loading…
Reference in New Issue
Block a user