rotation initialization to zero

presentation
morro 7 years ago
parent 1254dc3881
commit 39eefe384f
  1. 2
      src/control/tools/EditSelection.h
  2. 2
      src/control/tools/EditSelectionContents.h
  3. 2
      src/undo/RotateUndoAction.h

@ -231,7 +231,7 @@ private: // DATA
*/
double x;
double y;
double rotation;
double rotation = 0;
/**
* The size

@ -143,7 +143,7 @@ private:
/**
* The given rotation. Original rotation should always be zero (double)
*/
double rotation;
double rotation = 0;
/**
* The offset to the original selection

@ -36,5 +36,5 @@ private:
double y0;
double xo;
double yo;
double rotation;
double rotation = 0;
};

Loading…
Cancel
Save