From: srn Date: Wed, 29 Mar 2006 10:00:48 +0000 (+0000) Subject: BugID: IPAL11948, added a call to setFocus in order to update the internal value... X-Git-Tag: T3_2_0b1_pre1~20 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=edca8dcdc424dd491b870da661652de75edc6784;p=modules%2Fgeom.git BugID: IPAL11948, added a call to setFocus in order to update the internal value of SpinBox control --- diff --git a/src/EntityGUI/EntityGUI_SketcherDlg.cxx b/src/EntityGUI/EntityGUI_SketcherDlg.cxx index 4506dfb25..4e021b2f3 100644 --- a/src/EntityGUI/EntityGUI_SketcherDlg.cxx +++ b/src/EntityGUI/EntityGUI_SketcherDlg.cxx @@ -676,6 +676,8 @@ void EntityGUI_SketcherDlg::ClickOnEnd() //================================================================================= bool EntityGUI_SketcherDlg::ClickOnApply() { + ((QPushButton*)sender())->setFocus(); + myCommand.append( GetNewCommand() ); mySketchState = NEXT_POINT;