mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-26 09:20:35 +05:00
0022311: EDF 2687 GEOM: Management of Publish Objects
This commit is contained in:
parent
a995245ef2
commit
a56b72922e
@ -621,7 +621,7 @@ void GEOMToolsGUI::OnPublishObject() {
|
||||
|
||||
GEOMToolsGUI_PublishDlg* publishDlg =
|
||||
new GEOMToolsGUI_PublishDlg( SUIT_Session::session()->activeApplication()->desktop() );
|
||||
publishDlg->exec();
|
||||
publishDlg->show();
|
||||
}
|
||||
|
||||
|
||||
|
@ -58,7 +58,7 @@ GEOMToolsGUI_PublishDlg::GEOMToolsGUI_PublishDlg(QWidget* parent):
|
||||
QDialog(parent, Qt::WindowTitleHint | Qt::WindowSystemMenuHint)
|
||||
{
|
||||
setObjectName( "GEOMToolsGUI_PublishDlg" );
|
||||
setModal( true );
|
||||
setModal( false );
|
||||
setWindowTitle( tr( "GEOM_PUBLISH_OBJECTS_TLT" ) );
|
||||
|
||||
setAttribute(Qt::WA_DeleteOnClose);
|
||||
|
Loading…
Reference in New Issue
Block a user