mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-06 04:44:18 +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)) {
|
||||
SUIT_OverrideCursor wc;
|
||||
|
||||
QWidget *aCurrWid = this->focusWidget();
|
||||
aCurrWid->clearFocus();
|
||||
aCurrWid->setFocus();
|
||||
|
||||
myActor->RemoveAllClippingPlanes();
|
||||
|
||||
SMESH::TPlanes::iterator anIter = myPlanes.begin();
|
||||
|
Loading…
Reference in New Issue
Block a user