mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-15 18:18:34 +05:00
IPAL20696 5x regression of fixed nodes ids selection for smoothing dialog
This commit is contained in:
parent
fe84f9495f
commit
ccde869e07
@ -583,10 +583,10 @@ void SMESHGUI_SmoothingDlg::SelectionIntoArgument()
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
myBusy = true;
|
myBusy = true;
|
||||||
LineEditElements->setText(aString);
|
myEditCurrentArgument->setText(aString);
|
||||||
LineEditElements->repaint();
|
myEditCurrentArgument->repaint();
|
||||||
LineEditElements->setEnabled(false); // to update lineedit IPAL 19809
|
myEditCurrentArgument->setEnabled(false); // to update lineedit IPAL 19809
|
||||||
LineEditElements->setEnabled(true);
|
myEditCurrentArgument->setEnabled(true);
|
||||||
myBusy = false;
|
myBusy = false;
|
||||||
|
|
||||||
// OK
|
// OK
|
||||||
|
Loading…
Reference in New Issue
Block a user