View Issue Details

IDProjectCategoryView StatusLast Update
0004689ardourbugspublic2020-04-19 20:16
Reportertophatdave Assigned Topaul  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Target Version3.0-beta3 
Summary0004689: [PATCH] Incorrect cursor when entering MIDI region or empty portion of track through marker
Description1 - 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 Informationi have attached a patch that seems to fix this issue
TagsNo tags attached.

Activities

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;
patch4689.txt (435 bytes)   

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;
patch4689.diff (342 bytes)   

tophatdave

2012-02-07 05:39

reporter   ~0012762

hopefully this new patch file will "apply" correctly!

paul

2012-02-07 17:52

administrator   ~0012763

committed rev 11467. thanks!

system

2020-04-19 20:16

developer   ~0022959

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.

Issue History

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