View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004029 | ardour | bugs | public | 2011-05-04 13:40 | 2012-05-23 16:49 |
| Reporter | colinf | Assigned To | cth103 | ||
| Priority | normal | Severity | tweak | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Target Version | 3.0 | ||||
| Summary | 0004029: Shift+scroll doesn't work to resize tracks over track meters | ||||
| Description | Shift+scroll wheel works to resize tracks in the editor over both the track header and the track display itself, but not over the track header meters. It's most obvious when there is a visible track or bus with a large number of inputs or outputs. | ||||
| Tags | No tags attached. | ||||
|
2011-09-24 21:25
|
scroll-wheel-over-track-meters.patch (581 bytes)
Index: gtk2_ardour/route_time_axis.cc
===================================================================
--- gtk2_ardour/route_time_axis.cc (revision 10113)
+++ gtk2_ardour/route_time_axis.cc (working copy)
@@ -258,6 +258,8 @@
gm.get_gain_slider().signal_scroll_event().connect(sigc::mem_fun(*this, &RouteTimeAxisView::controls_ebox_scroll), false);
gm.get_gain_slider().set_name ("TrackGainFader");
+ gm.get_level_meter().signal_scroll_event().connect(sigc::mem_fun(*this, &RouteTimeAxisView::controls_ebox_scroll), false);
+
show_name_entry ();
hide_name_label ();
}
|
|
|
I don't know if it's the best way to fix this, but the attached one-liner patch works for me... |
|
|
Applied to SVN 10118. Thanks! |
|
|
Closing this long-resolved issue. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2011-05-04 13:40 | colinf | New Issue | |
| 2011-05-04 14:50 | cth103 | cost | => 0.00 |
| 2011-05-04 14:50 | cth103 | Target Version | => 3.0-beta1 |
| 2011-05-04 15:49 | cth103 | Status | new => confirmed |
| 2011-07-13 19:33 | cth103 | Target Version | 3.0-beta1 => 3.0 |
| 2011-07-13 19:33 | cth103 | Summary | Shift+scroll doesn't work to resize tracks over trak meters => Shift+scroll doesn't work to resize tracks over track meters |
| 2011-09-24 21:25 | colinf | File Added: scroll-wheel-over-track-meters.patch | |
| 2011-09-24 21:25 | colinf | Note Added: 0011564 | |
| 2011-09-25 13:16 | cth103 | Note Added: 0011565 | |
| 2011-09-25 13:16 | cth103 | Status | confirmed => resolved |
| 2011-09-25 13:16 | cth103 | Resolution | open => fixed |
| 2011-09-25 13:16 | cth103 | Assigned To | => cth103 |
| 2012-05-23 16:49 | colinf | Note Added: 0013288 | |
| 2012-05-23 16:49 | colinf | Status | resolved => closed |