We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b40a22 commit f95f58dCopy full SHA for f95f58d
src/core/raster/qgsrasterlayer.cpp
@@ -748,6 +748,9 @@ QString QgsRasterLayer::getDrawingStyleAsQString()
748
case SINGLE_BAND_PSEUDO_COLOR:
749
return QString( "SINGLE_BAND_PSEUDO_COLOR" );//no need to tr() this its not shown in ui
750
break;
751
+ case PALETTED_COLOR:
752
+ return QString( "PALETTED_COLOR" );//no need to tr() this its not shown in ui
753
+ break;
754
case PALETTED_SINGLE_BAND_GRAY:
755
return QString( "PALETTED_SINGLE_BAND_GRAY" );//no need to tr() this its not shown in ui
756
0 commit comments