mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Fixed bug in deserialisation of nofill brushes
git-svn-id: http://svn.osgeo.org/qgis/trunk@12268 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
e09330bb56
commit
62b8030dd1
@ -130,6 +130,7 @@ Qt::BrushStyle QgsSymbolLayerV2Utils::decodeBrushStyle( QString str )
|
||||
if ( str == "dense5" ) return Qt::Dense5Pattern;
|
||||
if ( str == "dense6" ) return Qt::Dense6Pattern;
|
||||
if ( str == "dense7" ) return Qt::Dense7Pattern;
|
||||
if ( str == "no" ) return Qt::NoBrush;
|
||||
return Qt::SolidPattern;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user