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