Right Mouse Button To Erase Nodes In Automation Editor Cursor Icon... (#3414)

* Right Mouse Button To Erase Nodes In Automation Editor Cursor Icon Does Not Change #3310

* Remove unused member m_mouseDownLeft from PianoRoll

* Add move cursor for automation points drag
This commit is contained in:
Uroš Šišović
2017-03-13 01:14:42 +01:00
committed by Umcaruje
parent 899e386df7
commit e879fad25d
4 changed files with 40 additions and 4 deletions

View File

@@ -239,6 +239,7 @@ private:
EditModes m_editMode;
bool m_mouseDownRight; //true if right click is being held down
TimeLineWidget * m_timeLine;
bool m_scrollBack;

View File

@@ -358,7 +358,6 @@ private:
EditModes m_editMode;
EditModes m_ctrlMode; // mode they were in before they hit ctrl
bool m_mouseDownLeft; //true if left click is being held down
bool m_mouseDownRight; //true if right click is being held down
TimeLineWidget * m_timeLine;