define if conductor text item was moved by user or not by the weel orientation widget

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2263 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
blacksun
2013-06-13 17:42:37 +00:00
parent 5d06054d1a
commit 6b3f027625
2 changed files with 12 additions and 0 deletions

View File

@@ -353,6 +353,7 @@ class RotateTextsCommand : public QUndoCommand {
QHash<DiagramTextItem *, double> texts_to_rotate;
/// angle of rotation of all text items after the command
double applied_rotation_angle_;
bool previous_rotate_by_user_;
};
/**