From 3f0146bd154a6e3d62bbe72994d2d5a48055b01b Mon Sep 17 00:00:00 2001 From: ouv Date: Tue, 18 Mar 2008 10:22:39 +0000 Subject: [PATCH] Bug IPAL19234 - Qt4 porting: No one presentation type is activated in ?Plot3D Definition? dialog box. --- src/VISUGUI/VisuGUI_Plot3DDlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VISUGUI/VisuGUI_Plot3DDlg.cxx b/src/VISUGUI/VisuGUI_Plot3DDlg.cxx index ec055f98..32a76a79 100644 --- a/src/VISUGUI/VisuGUI_Plot3DDlg.cxx +++ b/src/VISUGUI/VisuGUI_Plot3DDlg.cxx @@ -466,7 +466,7 @@ void VisuGUI_Plot3DPane::initFromPrsObject(VISU::Plot3D_i* thePrs) // prs type id = thePrs->GetIsContourPrs() ? CONTOUR_PRS_ID : SURFACE_PRS_ID; //GBPrsType->setButton(id); - GBOrientation->button(id)->setChecked( true ); + GBPrsType->button(id)->setChecked( true ); //onPrsType(id); // nb contours -- 2.39.2