mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
widgets & GUI: Start/StopGesture signals should pass on GDK event state
This commit is contained in:
parent
7ddd2a0692
commit
3c2112abf5
17 changed files with 42 additions and 43 deletions
|
|
@ -1010,13 +1010,13 @@ MeterStrip::color () const
|
|||
}
|
||||
|
||||
void
|
||||
MeterStrip::gain_start_touch ()
|
||||
MeterStrip::gain_start_touch (int)
|
||||
{
|
||||
_route->gain_control ()->start_touch (timepos_t (_session->transport_sample ()));
|
||||
}
|
||||
|
||||
void
|
||||
MeterStrip::gain_end_touch ()
|
||||
MeterStrip::gain_end_touch (int)
|
||||
{
|
||||
_route->gain_control ()->stop_touch (timepos_t (_session->transport_sample ()));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue