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:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user