View Issue Details

IDProjectCategoryView StatusLast Update
0001550ardourbugspublic2007-03-16 00:57
Reporteroofus Assigned Topaul  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformCentrino 1.6GHz LaptopOSLinuxOS VersionMandriva 2007
Summary0001550: The 'Edit Groups' tab in the note book of the editor has no column headings.
DescriptionThe 'Edit Groups' tab in the note book of the editor has no column headings.
i.e. 'Groups', 'Active' and 'Show'.

The same list in the mixer does have these column headings.
TagsNo tags attached.

Activities

2007-03-15 00:27

 

bug-1550.patch (587 bytes)   
diff -r -u -X exclude trunk/gtk2_ardour/editor.cc 1550/gtk2_ardour/editor.cc
--- trunk/gtk2_ardour/editor.cc	2007-03-14 23:12:54.000000000 +0000
+++ 1550/gtk2_ardour/editor.cc	2007-03-15 00:12:19.000000000 +0000
@@ -508,7 +508,7 @@
 
 	edit_group_display.set_name ("EditGroupList");
 	edit_group_display.get_selection()->set_mode (SELECTION_SINGLE);
-	edit_group_display.set_headers_visible (false);
+	edit_group_display.set_headers_visible (true);
 	edit_group_display.set_reorderable (false);
 	edit_group_display.set_rules_hint (true);
 	edit_group_display.set_size_request (75, -1);
bug-1550.patch (587 bytes)   

cth103

2007-03-15 00:28

administrator   ~0003578

Attached patch should fix this.

paul

2007-03-15 19:17

administrator   ~0003581

fixed in my code and verified. will be in my next commit.

oofus

2007-03-16 00:57

developer   ~0003589

Confirmed fixed

Issue History

Date Modified Username Field Change
2007-03-13 22:33 oofus New Issue
2007-03-15 00:27 cth103 File Added: bug-1550.patch
2007-03-15 00:28 cth103 Note Added: 0003578
2007-03-15 00:28 cth103 Status new => feedback
2007-03-15 19:17 paul Status feedback => resolved
2007-03-15 19:17 paul Resolution open => fixed
2007-03-15 19:17 paul Assigned To => paul
2007-03-15 19:17 paul Note Added: 0003581
2007-03-16 00:57 oofus Status resolved => closed
2007-03-16 00:57 oofus Note Added: 0003589