mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
click (press-no-drag-release) handled as specific user gesture
This commit is contained in:
parent
ba84a1ccc7
commit
52fcb1d0da
2 changed files with 25 additions and 8 deletions
|
|
@ -79,6 +79,7 @@ class StepView : public ArdourCanvas::Rectangle, public sigc::trackable {
|
|||
SequencerGrid& _seq;
|
||||
ArdourCanvas::Text* text;
|
||||
bool grabbed;
|
||||
bool grab_motion;
|
||||
|
||||
std::pair<double,double> grab_at;
|
||||
std::pair<double,double> last_motion;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue