From: mkr Date: Mon, 16 Jan 2012 12:00:33 +0000 (+0000) Subject: Remove debug information. X-Git-Tag: V6_5_0a1~93 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d3be35fe3cdef350ec8d00950c7bdc7023bb30aa;p=modules%2Fgeom.git Remove debug information. (Fix for PAL21179: 1) draw outlines (borders) of the shapes, 2) material properties.) --- diff --git a/src/GEOMToolsGUI/GEOMToolsGUI_MaterialPropertiesDlg.cxx b/src/GEOMToolsGUI/GEOMToolsGUI_MaterialPropertiesDlg.cxx index 9a826cce7..f895d65e9 100644 --- a/src/GEOMToolsGUI/GEOMToolsGUI_MaterialPropertiesDlg.cxx +++ b/src/GEOMToolsGUI/GEOMToolsGUI_MaterialPropertiesDlg.cxx @@ -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 );