Improve time selection dragging behavior

This commit is contained in:
xenakios
2018-02-23 18:21:28 +02:00
parent 6f6670b2d4
commit 3c20facdbc
2 changed files with 5 additions and 2 deletions

View File

@ -168,6 +168,7 @@ private:
bool m_lock_timesel_set = false;
bool m_using_audio_buffer = false;
bool m_is_at_selection_drag_area = false;
bool m_is_dragging_selection = false;
void updateCachedImage();
double viewXToNormalized(double xcor)
{