View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004549 | ardour | bugs | public | 2011-12-09 18:16 | 2015-09-18 15:14 |
| Reporter | colinf | Assigned To | cth103 | ||
| Priority | normal | Severity | tweak | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Target Version | 2.8.13 | ||||
| Summary | 0004549: [PATCH] <Ctrl>+scroll wheel zooms oppositely in timeline rulers from main editor pane. | ||||
| Description | As noted by the_CLA on IRC earlier today. | ||||
| Additional Information | Trivial patch attached. | ||||
| Tags | No tags attached. | ||||
|
2011-12-09 18:16
|
rulers-reverse-scroll.patch (480 bytes)
Index: gtk2_ardour/editor_rulers.cc
===================================================================
--- gtk2_ardour/editor_rulers.cc (revision 10948)
+++ gtk2_ardour/editor_rulers.cc (working copy)
@@ -178,12 +178,12 @@
switch (direction) {
case GDK_SCROLL_UP:
- temporal_zoom_step (true);
+ temporal_zoom_step (false);
handled = true;
break;
case GDK_SCROLL_DOWN:
- temporal_zoom_step (false);
+ temporal_zoom_step (true);
handled = true;
break;
|
|
|
Applied, thanks. |
|
|
Patch works in A2 as well; targeting at 2.8.13. |
|
|
see notes. all done. |
|
|
Closing old issues reported by me: these have long since been fixed. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2011-12-09 18:16 | colinf | New Issue | |
| 2011-12-09 18:16 | colinf | File Added: rulers-reverse-scroll.patch | |
| 2011-12-09 18:22 | cth103 | cost | => 0.00 |
| 2011-12-09 18:22 | cth103 | Note Added: 0012347 | |
| 2011-12-09 18:22 | cth103 | Status | new => resolved |
| 2011-12-09 18:22 | cth103 | Resolution | open => fixed |
| 2011-12-09 18:22 | cth103 | Assigned To | => cth103 |
| 2011-12-09 18:35 | cth103 | Note Added: 0012348 | |
| 2011-12-09 18:35 | cth103 | Status | resolved => acknowledged |
| 2011-12-09 18:35 | cth103 | Target Version | => 2.8.13 |
| 2011-12-21 02:02 | paul | Note Added: 0012433 | |
| 2011-12-21 02:02 | paul | Status | acknowledged => resolved |
| 2015-09-18 15:14 | colinf | Note Added: 0017264 | |
| 2015-09-18 15:14 | colinf | Status | resolved => closed |