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 authored and alexbruy committed Dec 10, 2011
1 parent 6dc7dee commit 55c5a2b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/app/qgsrasterlayerproperties.cpp
Expand Up @@ -791,6 +791,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 55c5a2b

Please sign in to comment.