diff --git a/sources/diagramcommands.h b/sources/diagramcommands.h index 2e2f6fd0e..f9d9fa443 100644 --- a/sources/diagramcommands.h +++ b/sources/diagramcommands.h @@ -323,6 +323,7 @@ class RotateElementsCommand : public QUndoCommand { QList texts_to_rotate; /// angle of rotation to be applied to text items qreal applied_rotation_angle_; + bool previous_rotate_by_user_; }; /**