theMenu->addSeparator();
//
theMenu->addAction( action( ExportToShapeFileID ) );
+ theMenu->addSeparator();
}
else if( anIsVisualState && anIsObjectBrowser )
{
if ( anIsObjectCanBeColored )
{
theMenu->addAction( action( SetColorId ) );
- if ( anIsLandCoverMap )
- theMenu->addAction( action( SetTransparencyId ) );
+ theMenu->addSeparator();
+ }
+
+ // Add transparency action for land cover map objects
+ if ( anIsLandCoverMap )
+ {
+ theMenu->addAction( action( SetTransparencyId ) );
theMenu->addSeparator();
}
} else if ( anAllAreProfiles ) {