View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003691 | ardour | bugs | public | 2011-01-07 22:41 | 2020-04-19 20:15 |
| Reporter | lincoln | Assigned To | cth103 | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Target Version | 3.0-beta1 | ||||
| Summary | 0003691: Separate under does not honour edit groups | ||||
| Description | The separate under function does not affect all regions in an edit group. | ||||
| Tags | No tags attached. | ||||
|
2011-01-08 00:39
|
separate_under_group_edit_fix.patch (464 bytes)
Index: gtk2_ardour/editor_ops.cc
===================================================================
--- gtk2_ardour/editor_ops.cc (revision 8479)
+++ gtk2_ardour/editor_ops.cc (working copy)
@@ -2862,7 +2862,7 @@
{
vector<PlaylistState> playlists;
- RegionSelection rs = get_regions_from_selection_and_entered ();
+ RegionSelection rs = get_equivalent_regions (selection->regions, Properties::edit.property_id);
if (!_session || rs.empty()) {
return;
|
|
|
Added patch that clears this. Not sure if this is the right approach though. |
|
|
Should be fixed by changes elsewhere in SVN. |
|
|
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 |
|---|---|---|---|
| 2011-01-07 22:41 | lincoln | New Issue | |
| 2011-01-07 23:44 | cth103 | cost | => 0.00 |
| 2011-01-07 23:44 | cth103 | Target Version | => 3.0-beta1 |
| 2011-01-08 00:39 | lincoln | File Added: separate_under_group_edit_fix.patch | |
| 2011-01-08 00:40 | lincoln | Note Added: 0009874 | |
| 2011-01-19 21:05 | cth103 | Note Added: 0009950 | |
| 2011-01-19 21:05 | cth103 | Status | new => resolved |
| 2011-01-19 21:05 | cth103 | Resolution | open => fixed |
| 2011-01-19 21:05 | cth103 | Assigned To | => cth103 |
| 2020-04-19 20:15 | system | Note Added: 0022353 | |
| 2020-04-19 20:15 | system | Status | resolved => closed |