mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-24 04:37:56 +05:00
Fix for bug PAL11541 (see Additional Comments From Roman Nikolaev 2006-03-10 08:11).
This commit is contained in:
parent
452559eea6
commit
f172750ec3
@ -525,10 +525,6 @@ void SMESHGUI_AddQuadraticElementDlg::Init()
|
||||
connect(mySMESHGUI, SIGNAL (SignalDeactivateActiveDialog()), SLOT(DeactivateActiveDialog()));
|
||||
connect(mySMESHGUI, SIGNAL (SignalStudyFrameChanged()), SLOT(ClickOnCancel()));
|
||||
|
||||
// Move widget on the botton right corner of main widget
|
||||
int x, y;
|
||||
mySMESHGUI->DefineDlgPosition(this, x, y);
|
||||
this->move(x, y);
|
||||
this->show(); // displays Dialog
|
||||
|
||||
// set selection mode
|
||||
|
Loading…
x
Reference in New Issue
Block a user