Skip to content

Commit

Permalink
Handle raster layer's transparency band while rendering (fix #2491)
Browse files Browse the repository at this point in the history
  • Loading branch information
brushtyler committed Oct 19, 2011
1 parent fb6d551 commit b62daee
Show file tree
Hide file tree
Showing 2 changed files with 220 additions and 25 deletions.
2 changes: 2 additions & 0 deletions src/app/qgsrasterlayerproperties.cpp
Expand Up @@ -176,6 +176,8 @@ QgsRasterLayerProperties::QgsRasterLayerProperties( QgsMapLayer* lyr, QgsMapCanv
cboGreen->addItem( myRasterBandName );
cboBlue->addItem( myRasterBandName );
cboxColorMapBand->addItem( myRasterBandName );
cboxTransparencyBand->addItem( myRasterBandName );
cboxTransparencyBand->setEnabled( true );
}

cboRed->addItem( TRSTRING_NOT_SET );
Expand Down

0 comments on commit b62daee

Please sign in to comment.