Skip to content

Commit

Permalink
Initialize bool for showing label drop shadow debug rectangles
Browse files Browse the repository at this point in the history
  • Loading branch information
dakcarto committed Jul 27, 2013
1 parent f779592 commit 157e3b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/qgspallabeling.cpp
Expand Up @@ -3050,6 +3050,7 @@ QgsPalLabeling::QgsPalLabeling()
}

mShowingCandidates = false;
mShowingShadowRects = false;
mShowingAllLabels = false;

mLabelSearchTree = new QgsLabelSearchTree();
Expand Down

0 comments on commit 157e3b7

Please sign in to comment.