Skip to content

Commit 55c5a2b

Browse files
blazekalexbruy
authored andcommitted
#3723 fix, sync transparency table with raster
1 parent 6dc7dee commit 55c5a2b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/app/qgsrasterlayerproperties.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -791,6 +791,12 @@ void QgsRasterLayerProperties::sync()
791791
leNoDataValue->insert( "" );
792792
}
793793

794+
populateTransparencyTable();
795+
796+
QgsDebugMsg( "populate colormap tab" );
797+
/*
798+
* Transparent Pixel Tab
799+
*/
794800
//restore colormap tab if the layer has custom classification
795801
syncColormapTab();
796802

0 commit comments

Comments
 (0)