Initialize previously uninitialized members.

This commit is contained in:
Jim Evins
2018-02-03 21:29:29 -05:00
parent c7c97178ca
commit 2b5ad625e4
10 changed files with 30 additions and 40 deletions
+3 -3
View File
@@ -176,6 +176,9 @@ namespace glabels
QScrollArea* mScrollArea;
model::Model* mModel;
UndoRedoModel* mUndoRedoModel;
double mZoom;
bool mZoomToFitFlag;
double mScale;
@@ -188,9 +191,6 @@ namespace glabels
double mGridSpacing;
model::Distance mStepSize;
model::Model* mModel;
UndoRedoModel* mUndoRedoModel;
State mState;
/* ArrowSelectRegion state */