From: mzn Date: Fri, 10 Mar 2006 10:03:30 +0000 (+0000) Subject: Fix for bug PAL11541 (see Additional Comments From Roman Nikolaev 2006-03-10 08:11). X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f172750ec35dc2db33531ae350f4d6df1a724b81;p=modules%2Fsmesh.git Fix for bug PAL11541 (see Additional Comments From Roman Nikolaev 2006-03-10 08:11). --- diff --git a/src/SMESHGUI/SMESHGUI_AddQuadraticElementDlg.cxx b/src/SMESHGUI/SMESHGUI_AddQuadraticElementDlg.cxx index 06e6cf1b9..7d692cfbc 100644 --- a/src/SMESHGUI/SMESHGUI_AddQuadraticElementDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_AddQuadraticElementDlg.cxx @@ -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