mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-04-24 01:12:05 +05:00
BugID: IPAL11948, added a call to setFocus in order to update the internal value of SpinBox control
This commit is contained in:
parent
2f738ba9cd
commit
edca8dcdc4
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user