mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-06 06:44:16 +05:00
Fix for Bug IPAL10129:
Values in "Change Clipping" dialog box are not taken by "Ok" or "Apply"
This commit is contained in:
parent
1cb4a4d452
commit
c762085c06
@ -388,6 +388,10 @@ void SMESHGUI_ClippingDlg::ClickOnApply()
|
|||||||
if (SVTK_ViewWindow* aViewWindow = SMESH::GetViewWindow(mySMESHGUI)) {
|
if (SVTK_ViewWindow* aViewWindow = SMESH::GetViewWindow(mySMESHGUI)) {
|
||||||
SUIT_OverrideCursor wc;
|
SUIT_OverrideCursor wc;
|
||||||
|
|
||||||
|
QWidget *aCurrWid = this->focusWidget();
|
||||||
|
aCurrWid->clearFocus();
|
||||||
|
aCurrWid->setFocus();
|
||||||
|
|
||||||
myActor->RemoveAllClippingPlanes();
|
myActor->RemoveAllClippingPlanes();
|
||||||
|
|
||||||
SMESH::TPlanes::iterator anIter = myPlanes.begin();
|
SMESH::TPlanes::iterator anIter = myPlanes.begin();
|
||||||
|
Loading…
Reference in New Issue
Block a user