Fix for Bug IPAL10129:

Values in "Change Clipping" dialog box are not taken by "Ok" or "Apply"
This commit is contained in:
enk 2006-03-02 11:42:33 +00:00
parent 1cb4a4d452
commit c762085c06

View File

@ -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();