View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001550 | ardour | bugs | public | 2007-03-13 22:33 | 2007-03-16 00:57 |
| Reporter | oofus | Assigned To | paul | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | Centrino 1.6GHz Laptop | OS | Linux | OS Version | Mandriva 2007 |
| Summary | 0001550: The 'Edit Groups' tab in the note book of the editor has no column headings. | ||||
| Description | The '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. | ||||
| Tags | No tags attached. | ||||
|
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);
|
|
|
Attached patch should fix this. |
|
|
fixed in my code and verified. will be in my next commit. |
|
|
Confirmed fixed |
| 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 |