Skip to content

Commit 7940c39

Browse files
committed
Enable multiline labels by default
1 parent 63949b5 commit 7940c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/qgspallabeling.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ QgsPalLayerSettings::QgsPalLayerSettings()
152152
plusSign = false;
153153
labelPerPart = false;
154154
mergeLines = false;
155-
multiLineLabels = false;
155+
multiLineLabels = true;
156156
minFeatureSize = 0.0;
157157
vectorScaleFactor = 1.0;
158158
rasterCompressFactor = 1.0;

0 commit comments

Comments
 (0)