Remove debug information.

(Fix for PAL21179:
	1) draw outlines (borders) of the shapes,
	2) material properties.)
This commit is contained in:
mkr 2012-01-16 12:00:33 +00:00
parent f74a6e0993
commit d3be35fe3c

View File

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