From d3be35fe3cdef350ec8d00950c7bdc7023bb30aa Mon Sep 17 00:00:00 2001 From: mkr Date: Mon, 16 Jan 2012 12:00:33 +0000 Subject: [PATCH] Remove debug information. (Fix for PAL21179: 1) draw outlines (borders) of the shapes, 2) material properties.) --- src/GEOMToolsGUI/GEOMToolsGUI_MaterialPropertiesDlg.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ); -- 2.39.2