(Fix for PAL21179:
1) draw outlines (borders) of the shapes,
2) material properties.)
// 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 );
// 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 );