From 330bc2524aebee35fd81ddd1ca43be04c9656a72 Mon Sep 17 00:00:00 2001 From: mzn Date: Wed, 14 Feb 2007 09:27:54 +0000 Subject: [PATCH] Fix for bug IPAL13168(It is impossible to change base plane position of cut lines via "Displacement" paramerter). --- src/VISUGUI/VisuGUI_CutLinesDlg.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/VISUGUI/VisuGUI_CutLinesDlg.cxx b/src/VISUGUI/VisuGUI_CutLinesDlg.cxx index a2b28588..5b82d3ab 100644 --- a/src/VISUGUI/VisuGUI_CutLinesDlg.cxx +++ b/src/VISUGUI/VisuGUI_CutLinesDlg.cxx @@ -485,6 +485,7 @@ void VisuGUI_CutLinesDlg::setBaseDefault (bool theUpdate) /* float aPos = myCutLines->GetBasePlanePosition(); myBasePlanePos->setText( QString::number(aPos) ); myBasePlanePos->setEnabled(false);*/ + myCutLines->SetDisplacement(myPosSpn->value()); SVTK_ViewWindow* aView = VISU::GetActiveViewWindow(); if (aView) { if (theUpdate && myPreviewCheck->isChecked() && (myCutLines != NULL)) { -- 2.39.2