mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-25 08:50:36 +05:00
PAL7529
This commit is contained in:
parent
1c725ec71e
commit
b0937de45d
@ -114,6 +114,9 @@ void GEOMBase_Skeleton::ClickOnCancel()
|
|||||||
//=================================================================================
|
//=================================================================================
|
||||||
void GEOMBase_Skeleton::LineEditReturnPressed()
|
void GEOMBase_Skeleton::LineEditReturnPressed()
|
||||||
{
|
{
|
||||||
|
if ( !myEditCurrentArgument )
|
||||||
|
return;
|
||||||
|
|
||||||
/* User name of object input management */
|
/* User name of object input management */
|
||||||
/* If successfull the selection is changed and signal emitted... */
|
/* If successfull the selection is changed and signal emitted... */
|
||||||
/* so SelectionIntoArgument() is automatically called. */
|
/* so SelectionIntoArgument() is automatically called. */
|
||||||
|
@ -385,6 +385,7 @@ void RepairGUI_ShapeProcessDlg::selectionChanged()
|
|||||||
//=================================================================================
|
//=================================================================================
|
||||||
void RepairGUI_ShapeProcessDlg::selectClicked()
|
void RepairGUI_ShapeProcessDlg::selectClicked()
|
||||||
{
|
{
|
||||||
|
myEditCurrentArgument = mySelectWdgt->LineEdit1;
|
||||||
mySelectWdgt->LineEdit1->setFocus();
|
mySelectWdgt->LineEdit1->setFocus();
|
||||||
selectionChanged();
|
selectionChanged();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user