mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
ClikOnClose() inexistant slot name corrected; onApply() return value corrected
This commit is contained in:
parent
b5e77ba5e9
commit
c29c4a6a7a
@ -148,7 +148,7 @@ void SMESHGUI_DeleteGroupDlg::Init( SALOME_Selection* theSelection )
|
||||
// selection and SMESHGUI
|
||||
connect( mySelection, SIGNAL( currentSelectionChanged() ), SLOT( onSelectionDone() ) );
|
||||
connect( aSMESHGUI, SIGNAL( SignalDeactivateActiveDialog() ), SLOT( onDeactivate() ) );
|
||||
connect( aSMESHGUI, SIGNAL( SignalCloseAllDialogs() ), SLOT( ClickOnClose() ) );
|
||||
connect( aSMESHGUI, SIGNAL( SignalCloseAllDialogs() ), SLOT( onClose() ) );
|
||||
|
||||
int x, y ;
|
||||
aSMESHGUI->DefineDlgPosition( this, x, y );
|
||||
@ -205,7 +205,7 @@ bool SMESHGUI_DeleteGroupDlg::onApply()
|
||||
SMESHGUI::GetSMESHGUI()->GetActiveStudy()->updateObjBrowser( true );
|
||||
|
||||
myBlockSelection = false;
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
//=======================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user