View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004268 | ardour | bugs | public | 2011-08-15 10:29 | 2020-04-19 20:15 |
| Reporter | davidhalter | Assigned To | cth103 | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Summary | 0004268: [PATCH] group-tabs are not working as expected | ||||
| Description | pulling a group-tab down to an other tab just deletes the other group, but pulling it up doesn't. | ||||
| Tags | No tags attached. | ||||
|
2011-08-15 10:32
|
10000.diff (438 bytes)
Index: gtk2_ardour/group_tabs.cc
===================================================================
--- gtk2_ardour/group_tabs.cc (revision 9983)
+++ gtk2_ardour/group_tabs.cc (working copy)
@@ -259,6 +259,7 @@
while (i != _tabs.end()) {
if (i->from > c) {
+ *next = i;
break;
}
@@ -275,14 +276,6 @@
++i;
}
- if (i != _tabs.end()) {
- *next = i;
-
- if (under) {
- (*next)++;
- }
- }
-
return under;
}
|
|
|
Applied to SVN 9995. Many 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 |
|---|---|---|---|
| 2011-08-15 10:29 | davidhalter | New Issue | |
| 2011-08-15 10:32 | davidhalter | File Added: 10000.diff | |
| 2011-08-15 14:08 | cth103 | cost | => 0.00 |
| 2011-08-15 14:08 | cth103 | Note Added: 0011356 | |
| 2011-08-15 14:08 | cth103 | Status | new => resolved |
| 2011-08-15 14:08 | cth103 | Resolution | open => fixed |
| 2011-08-15 14:08 | cth103 | Assigned To | => cth103 |
| 2020-04-19 20:15 | system | Note Added: 0022715 | |
| 2020-04-19 20:15 | system | Status | resolved => closed |