View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004689 | ardour | bugs | public | 2012-02-06 16:44 | 2020-04-19 20:16 |
| Reporter | tophatdave | Assigned To | paul | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Target Version | 3.0-beta3 | ||||
| Summary | 0004689: [PATCH] Incorrect cursor when entering MIDI region or empty portion of track through marker | ||||
| Description | 1 - new session 2 - new MIDI track 3 - location marker bar "lowest" ruler (i.e. adjacent to track portion of canvas) 4 - resize/scroll MIDI track so that it is adjacent to location marker bar 5 - create MIDI region 6 - choose a mouse mode, say audition 7 - create new location marker above MIDI region 8 - move cursor through marker and into MIDI region notice that cursor is not the audition cursor similiar results when entering blank portion of track through marker | ||||
| Additional Information | i have attached a patch that seems to fix this issue | ||||
| Tags | No tags attached. | ||||
|
2012-02-06 16:45
|
patch4689.txt (435 bytes)
Index: editor_mouse.cc
===================================================================
--- editor_mouse.cc (revision 11449)
+++ editor_mouse.cc (working copy)
@@ -2051,7 +2051,7 @@
case TempoMarkerItem:
if (is_drawable()) {
- set_canvas_cursor (_cursors->timebar);
+ set_canvas_cursor (current_canvas_cursor);
}
break;
|
|
2012-02-07 05:38
|
patch4689.diff (342 bytes)
Index: editor_mouse.cc
===================================================================
--- editor_mouse.cc (revision 11463)
+++ editor_mouse.cc (working copy)
@@ -2051,7 +2051,7 @@
case TempoMarkerItem:
if (is_drawable()) {
- set_canvas_cursor (_cursors->timebar);
+ set_canvas_cursor (current_canvas_cursor);
}
break;
|
|
|
hopefully this new patch file will "apply" correctly! |
|
|
committed rev 11467. thanks! |
|
|
Issue has been closed automatically, by Trigger Close Plugin. Feel free to re-open with additional information if you think the issue is not resolved. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2012-02-06 16:44 | tophatdave | New Issue | |
| 2012-02-06 16:45 | tophatdave | File Added: patch4689.txt | |
| 2012-02-07 05:38 | tophatdave | File Added: patch4689.diff | |
| 2012-02-07 05:39 | tophatdave | Note Added: 0012762 | |
| 2012-02-07 15:09 | cth103 | cost | => 0.00 |
| 2012-02-07 15:09 | cth103 | Target Version | => 3.0-beta3 |
| 2012-02-07 15:09 | cth103 | Summary | Incorrect cursor when entering MIDI region or empty portion of track through marker => [PATCH] Incorrect cursor when entering MIDI region or empty portion of track through marker |
| 2012-02-07 17:52 | paul | Note Added: 0012763 | |
| 2012-02-07 17:52 | paul | Status | new => resolved |
| 2012-02-07 17:52 | paul | Resolution | open => fixed |
| 2012-02-07 17:52 | paul | Assigned To | => paul |
| 2020-04-19 20:16 | system | Note Added: 0022959 | |
| 2020-04-19 20:16 | system | Status | resolved => closed |