widgets & GUI: Start/StopGesture signals should pass on GDK event state

This commit is contained in:
Paul Davis 2023-07-26 13:11:52 -06:00
parent 7ddd2a0692
commit 3c2112abf5
17 changed files with 42 additions and 43 deletions

View file

@ -752,13 +752,13 @@ GainMeterBase::meter_point_clicked (MeterPoint mp)
}
void
GainMeterBase::amp_start_touch ()
GainMeterBase::amp_start_touch (int state)
{
_control->start_touch (timepos_t (_control->session().transport_sample()));
}
void
GainMeterBase::amp_stop_touch ()
GainMeterBase::amp_stop_touch (int state)
{
_control->stop_touch (timepos_t (_control->session().transport_sample()));
effective_gain_display ();