Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[labeling] Fix mask settings obliterate data defined text orientation…
… settings

Fixes #37719
  • Loading branch information
nyalldawson committed Jul 10, 2020
1 parent 2004184 commit f56654f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/labeling/qgspallabeling.h
Expand Up @@ -359,7 +359,7 @@ class CORE_EXPORT QgsPalLayerSettings
AutoWrapLength = 101,
MultiLineHeight = 32,
MultiLineAlignment = 33,
TextOrientation = 104,
TextOrientation = 110,
DirSymbDraw = 34,
DirSymbLeft = 35,
DirSymbRight = 36,
Expand Down

0 comments on commit f56654f

Please sign in to comment.