From: ouv Date: Tue, 18 Mar 2008 12:20:21 +0000 (+0000) Subject: Bug IPAL19261 - Qt4 porting: Cut Lines dialog problem X-Git-Tag: V5_0_0a1~24 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ec2530e2872793031fdf82438e813e03ea599d3a;p=modules%2Fvisu.git Bug IPAL19261 - Qt4 porting: Cut Lines dialog problem --- 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 );