BugID: IPAL11948, added a call to setFocus in order to update the internal value of SpinBox control

This commit is contained in:
srn 2006-03-29 10:00:48 +00:00
parent 2f738ba9cd
commit edca8dcdc4

View File

@ -676,6 +676,8 @@ void EntityGUI_SketcherDlg::ClickOnEnd()
//================================================================================= //=================================================================================
bool EntityGUI_SketcherDlg::ClickOnApply() bool EntityGUI_SketcherDlg::ClickOnApply()
{ {
((QPushButton*)sender())->setFocus();
myCommand.append( GetNewCommand() ); myCommand.append( GetNewCommand() );
mySketchState = NEXT_POINT; mySketchState = NEXT_POINT;