Skip to content

Commit

Permalink
Fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Sep 21, 2015
1 parent 7d22536 commit a36567a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/core/qgspallabeling.sip
Expand Up @@ -460,7 +460,7 @@ class QgsPalLayerSettings
int fontMaxPixelSize; // maximum pixel size for showing rendered map unit labels (1 - 10000)

bool displayAll; // if true, all features will be labelled even though overlaps occur
unsigned int upsidedownLabels; // whether, or how, to show upsidedown labels
UpsideDownLabels upsidedownLabels; // whether, or how, to show upsidedown labels

bool labelPerPart; // whether to label every feature's part or only the biggest one
bool mergeLines;
Expand Down

0 comments on commit a36567a

Please sign in to comment.