View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004685 | ardour | bugs | public | 2012-02-05 17:00 | 2020-04-19 20:16 |
| Reporter | tophatdave | Assigned To | paul | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Summary | 0004685: MIDI region creation via mouse click stops working | ||||
| Description | 1 - 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 Information | editor_drag.cc:3238 empty selection test is failing. selection.cc "thinks" incorrectly that there are active marker selections. | ||||
| Tags | No tags attached. | ||||
|
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
|
|
|
i think the attached patch fixes the issue |
|
|
committed rev 11449 |
|
|
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-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 |