mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Allow vertical scroll to change gain on the cue-page
This is consistent with inline controls (which also allows vertical scrolling to change the gain).
This commit is contained in:
parent
a3806e2946
commit
d1bf8428fc
1 changed files with 0 additions and 1 deletions
|
|
@ -202,7 +202,6 @@ TriggerStrip::set_route (boost::shared_ptr<Route> rt)
|
|||
_gain_control = AutomationController::create (ac->parameter (), ParameterDescriptor (ac->parameter ()), ac, false);
|
||||
_gain_control->set_name (X_("ProcessorControlSlider"));
|
||||
_gain_control->set_size_request (PX_SCALE (19), -1);
|
||||
_gain_control->disable_vertical_scroll ();
|
||||
volume_table.attach (*_gain_control, 0, 1, 1, 2);
|
||||
|
||||
_level_meter.set_meter (_route->shared_peak_meter ().get ());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue