View Issue Details

IDProjectCategoryView StatusLast Update
0004268ardourbugspublic2020-04-19 20:15
Reporterdavidhalter Assigned Tocth103  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Summary0004268: [PATCH] group-tabs are not working as expected
Descriptionpulling a group-tab down to an other tab just deletes the other group, but pulling it up doesn't.
TagsNo tags attached.

Activities

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;
 }
 
10000.diff (438 bytes)   

cth103

2011-08-15 14:08

administrator   ~0011356

Applied to SVN 9995. Many thanks!

system

2020-04-19 20:15

developer   ~0022715

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
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