From ec2530e2872793031fdf82438e813e03ea599d3a Mon Sep 17 00:00:00 2001 From: ouv Date: Tue, 18 Mar 2008 12:20:21 +0000 Subject: [PATCH] Bug IPAL19261 - Qt4 porting: Cut Lines dialog problem --- src/VISUGUI/VisuGUI_CutLinesDlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VISUGUI/VisuGUI_CutLinesDlg.cxx b/src/VISUGUI/VisuGUI_CutLinesDlg.cxx index fd326548..fa912c83 100644 --- a/src/VISUGUI/VisuGUI_CutLinesDlg.cxx +++ b/src/VISUGUI/VisuGUI_CutLinesDlg.cxx @@ -135,7 +135,7 @@ VisuGUI_CutLinesDlg::VisuGUI_CutLinesDlg (SalomeApp_Module* theModule) myRotYLbl = new QLabel( tr( "LBL_ROT_Y" ), aRotBox ); aGridLay->addWidget( myRotYLbl, 1, 0 ); myRotYSpn = new QtxDoubleSpinBox( -45, 45, 5, aRotBox ); - aGridLay->addWidget( myRotXSpn, 1, 1 ); + aGridLay->addWidget( myRotYSpn, 1, 1 ); myRotYSpn->setValue( 0 ); aPlaneLayout->addWidget( aRotBox ); -- 2.39.2