Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
#3723 fix, sync transparency table with raster
  • Loading branch information
blazek committed Dec 10, 2011
1 parent 8bbdaf4 commit 3b9b2d8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/app/qgsrasterlayerproperties.cpp
Expand Up @@ -789,6 +789,12 @@ void QgsRasterLayerProperties::sync()
leNoDataValue->insert( "" );
}

populateTransparencyTable();

QgsDebugMsg( "populate colormap tab" );
/*
* Transparent Pixel Tab
*/
//restore colormap tab if the layer has custom classification
syncColormapTab();

Expand Down

0 comments on commit 3b9b2d8

Please sign in to comment.