View Issue Details

IDProjectCategoryView StatusLast Update
0004685ardourbugspublic2020-04-19 20:16
Reportertophatdave Assigned Topaul  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Summary0004685: MIDI region creation via mouse click stops working
Description1 - new session
2 - enable marker ruler
3 - new midi track
4 - click in track to create new midi region
5 - drag "start" marker (which was automatically created) a little
6 - click in track outside of previously created region and observe that new region is NOT created
Additional Informationeditor_drag.cc:3238 empty selection test is failing. selection.cc "thinks" incorrectly that there are active marker selections.
TagsNo tags attached.

Activities

2012-02-05 18:54

 

patch4685.txt (312 bytes)   
Index: selection.cc
===================================================================
--- selection.cc        (revision 11446)
+++ selection.cc        (working copy)
@@ -104,6 +104,7 @@
        clear_playlists ();
        clear_midi_notes ();
        clear_midi_regions ();
+       clear_markers();
 }
 
 void
patch4685.txt (312 bytes)   

tophatdave

2012-02-05 18:55

reporter   ~0012759

i think the attached patch fixes the issue

paul

2012-02-05 21:01

administrator   ~0012760

committed rev 11449

system

2020-04-19 20:16

developer   ~0022956

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-05 17:00 tophatdave New Issue
2012-02-05 18:54 tophatdave File Added: patch4685.txt
2012-02-05 18:55 tophatdave Note Added: 0012759
2012-02-05 21:01 paul cost => 0.00
2012-02-05 21:01 paul Note Added: 0012760
2012-02-05 21:01 paul Status new => resolved
2012-02-05 21:01 paul Resolution open => fixed
2012-02-05 21:01 paul Assigned To => paul
2020-04-19 20:16 system Note Added: 0022956
2020-04-19 20:16 system Status resolved => closed