Initialize bool for showing label drop shadow debug rectangles

This commit is contained in:
Larry Shaffer 2013-07-26 22:50:36 -06:00
parent f779592f9d
commit 157e3b7e6f

View File

@ -3050,6 +3050,7 @@ QgsPalLabeling::QgsPalLabeling()
}
mShowingCandidates = false;
mShowingShadowRects = false;
mShowingAllLabels = false;
mLabelSearchTree = new QgsLabelSearchTree();