We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb42b51 commit 920e510Copy full SHA for 920e510
src/core/symbology-ng/qgssymbollayerv2utils.cpp
@@ -60,7 +60,7 @@ Qt::PenStyle QgsSymbolLayerV2Utils::decodePenStyle( QString str )
60
if ( str == "dash" ) return Qt::DashLine;
61
if ( str == "dot" ) return Qt::DotLine;
62
if ( str == "dash dot" ) return Qt::DashDotLine;
63
- if ( str == "dast dot dot" ) return Qt::DashDotDotLine;
+ if ( str == "dash dot dot" ) return Qt::DashDotDotLine;
64
return Qt::SolidLine;
65
}
66
0 commit comments