Skip to content

Commit f95f58d

Browse files
author
ersts
committed
-Patch to close ticket #1259
git-svn-id: http://svn.osgeo.org/qgis/trunk@9239 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 1b40a22 commit f95f58d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/core/raster/qgsrasterlayer.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,9 @@ QString QgsRasterLayer::getDrawingStyleAsQString()
748748
case SINGLE_BAND_PSEUDO_COLOR:
749749
return QString( "SINGLE_BAND_PSEUDO_COLOR" );//no need to tr() this its not shown in ui
750750
break;
751+
case PALETTED_COLOR:
752+
return QString( "PALETTED_COLOR" );//no need to tr() this its not shown in ui
753+
break;
751754
case PALETTED_SINGLE_BAND_GRAY:
752755
return QString( "PALETTED_SINGLE_BAND_GRAY" );//no need to tr() this its not shown in ui
753756
break;

0 commit comments

Comments
 (0)