]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Remove debug information.
authormkr <mkr@opencascade.com>
Mon, 16 Jan 2012 12:00:33 +0000 (12:00 +0000)
committermkr <mkr@opencascade.com>
Mon, 16 Jan 2012 12:00:33 +0000 (12:00 +0000)
(Fix for PAL21179:
1) draw outlines (borders) of the shapes,
2) material properties.)

src/GEOMToolsGUI/GEOMToolsGUI_MaterialPropertiesDlg.cxx

index 9a826cce7f70974d0df5ab6f82a3c1e820a7cb0e..f895d65e91162d36d9ee9b9a48783f37d7ea433b 100644 (file)
@@ -270,7 +270,7 @@ GEOMToolsGUI_MaterialPropertiesDlg::GEOMToolsGUI_MaterialPropertiesDlg( QWidget*
 
   // Shininess layout
   QHBoxLayout* shLayout1 = new QHBoxLayout( w1 );
-  shLayout1->setMargin( MARGIN ); frLayout->setSpacing( SPACING );
+  shLayout1->setMargin( MARGIN ); shLayout1->setSpacing( SPACING );
   shLayout1->addWidget( shininessLab1 );
   shLayout1->addWidget( myShininessF );
 
@@ -409,7 +409,7 @@ GEOMToolsGUI_MaterialPropertiesDlg::GEOMToolsGUI_MaterialPropertiesDlg( QWidget*
 
   // Shininess layout
   QHBoxLayout* shLayout2 = new QHBoxLayout( myMaterialBWidget );
-  shLayout2->setMargin( MARGIN ); frLayout->setSpacing( SPACING );
+  shLayout2->setMargin( MARGIN ); shLayout2->setSpacing( SPACING );
   shLayout2->addWidget( shininessLab2 );
   shLayout2->addWidget( myShininessB );