View Issue Details

IDProjectCategoryView StatusLast Update
0004029ardourbugspublic2012-05-23 16:49
Reportercolinf Assigned Tocth103  
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionfixed 
Target Version3.0 
Summary0004029: Shift+scroll doesn't work to resize tracks over track meters
DescriptionShift+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.
TagsNo tags attached.

Activities

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 ();
 }

colinf

2011-09-24 21:25

updater   ~0011564

I don't know if it's the best way to fix this, but the attached one-liner patch works for me...

cth103

2011-09-25 13:16

administrator   ~0011565

Applied to SVN 10118. Thanks!

colinf

2012-05-23 16:49

updater   ~0013288

Closing this long-resolved issue.

Issue History

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