disable drag after drawing line (#5315)

This commit is contained in:
tecknixia
2020-04-22 13:47:59 -05:00
committed by GitHub
parent 24194334e6
commit abcfee1334
2 changed files with 14 additions and 1 deletions

View File

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