mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-13 02:00:35 +05:00
INT PAL 52900: TC7.7.0: Preview disappears for 'Block Multi-Transformation' operation
This commit is contained in:
parent
6c1ac0fb31
commit
c99e235ed8
@ -219,7 +219,6 @@ bool BlocksGUI_TrsfDlg::ClickOnApply()
|
|||||||
//=================================================================================
|
//=================================================================================
|
||||||
void BlocksGUI_TrsfDlg::SelectionIntoArgument()
|
void BlocksGUI_TrsfDlg::SelectionIntoArgument()
|
||||||
{
|
{
|
||||||
erasePreview();
|
|
||||||
myEditCurrentArgument->setText("");
|
myEditCurrentArgument->setText("");
|
||||||
|
|
||||||
// Get index of current selection focus
|
// Get index of current selection focus
|
||||||
@ -273,7 +272,6 @@ void BlocksGUI_TrsfDlg::SelectionIntoArgument()
|
|||||||
}
|
}
|
||||||
myEditCurrentArgument->setText(aName);
|
myEditCurrentArgument->setText(aName);
|
||||||
myFaces[aCurrFocus] = anIndex;
|
myFaces[aCurrFocus] = anIndex;
|
||||||
processPreview();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
switch (aCurrFocus) {
|
switch (aCurrFocus) {
|
||||||
@ -316,6 +314,8 @@ void BlocksGUI_TrsfDlg::SelectionIntoArgument()
|
|||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
processPreview();
|
||||||
}
|
}
|
||||||
|
|
||||||
//=================================================================================
|
//=================================================================================
|
||||||
@ -379,6 +379,8 @@ void BlocksGUI_TrsfDlg::SetEditCurrentArgument()
|
|||||||
aSender->setDown(true);
|
aSender->setDown(true);
|
||||||
|
|
||||||
activateSelection();
|
activateSelection();
|
||||||
|
|
||||||
|
processPreview();
|
||||||
}
|
}
|
||||||
|
|
||||||
//=================================================================================
|
//=================================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user