Skip to content

Commit 3b9b2d8

Browse files
committed
#3723 fix, sync transparency table with raster
1 parent 8bbdaf4 commit 3b9b2d8

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
@@ -789,6 +789,12 @@ void QgsRasterLayerProperties::sync()
789789
leNoDataValue->insert( "" );
790790
}
791791

792+
populateTransparencyTable();
793+
794+
QgsDebugMsg( "populate colormap tab" );
795+
/*
796+
* Transparent Pixel Tab
797+
*/
792798
//restore colormap tab if the layer has custom classification
793799
syncColormapTab();
794800

0 commit comments

Comments
 (0)