]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Bug IPAL19261 - Qt4 porting: Cut Lines dialog problem
authorouv <ouv@opencascade.com>
Tue, 18 Mar 2008 12:20:21 +0000 (12:20 +0000)
committerouv <ouv@opencascade.com>
Tue, 18 Mar 2008 12:20:21 +0000 (12:20 +0000)
src/VISUGUI/VisuGUI_CutLinesDlg.cxx

index fd3265486792b2215e4ce5da41044252b70bf10d..fa912c83aa1a9ecbf57e449495f402bc00f5ac6e 100644 (file)
@@ -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 );