mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 17:30:35 +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()));
|
connect(mySelectionMgr, SIGNAL(currentSelectionChanged()), SLOT(onSelectionDone()));
|
||||||
}
|
}
|
||||||
emit selectionActivated();
|
emit selectionActivated();
|
||||||
|
onSelectionDone();
|
||||||
|
|
||||||
mySelButton->setChecked( mySelectionActivated );
|
mySelButton->setChecked( mySelectionActivated );
|
||||||
}
|
}
|
||||||
|
@ -126,7 +126,6 @@ private:
|
|||||||
QString myParamValue;
|
QString myParamValue;
|
||||||
QString myEmptyText;
|
QString myEmptyText;
|
||||||
QString myEmptyStyleSheet;
|
QString myEmptyStyleSheet;
|
||||||
//int spacing;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // STDMESHERSGUI_OBJECTREFERENCEPARAMWDG_H
|
#endif // STDMESHERSGUI_OBJECTREFERENCEPARAMWDG_H
|
||||||
|
Loading…
Reference in New Issue
Block a user