View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001529 | ardour | bugs | public | 2007-03-05 18:08 | 2008-11-21 00:33 |
| Reporter | cth103 | Assigned To | paul | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Summary | 0001529: If the editor mixer is removed due to its route being deleted, the editor mixer menu option remains checked | ||||
| Description | Open the editor mixer, remove the route that it is relating to, look in the "View" menu and the "Show Editor Mixer" option will still be ticked. | ||||
| Additional Information | Fix attached. | ||||
| Tags | No tags attached. | ||||
|
2007-03-05 18:08
|
editor-mixer-menu (760 bytes)
Index: gtk2_ardour/editor_route_list.cc
===================================================================
--- gtk2_ardour/editor_route_list.cc (revision 1556)
+++ gtk2_ardour/editor_route_list.cc (working copy)
@@ -27,6 +27,7 @@
#include "audio_time_axis.h"
#include "mixer_strip.h"
#include "gui_thread.h"
+#include "actions.h"
#include <ardour/route.h>
#include <ardour/audio_track.h>
@@ -148,9 +149,10 @@
}
}
/* since the editor mixer goes away when you remove a route, set the
- * button to inacttive
+ * button to inactive and untick the menu option
*/
editor_mixer_button.set_active(false);
+ ActionManager::uncheck_toggleaction ("<Actions>/Editor/show-editor-mixer");
/* and disable if all tracks and/or routes are gone */
|
|
|
the same behavior here, i am able to deactivate the 'open editor mixer' option, and than to activate again to get the channel-strip of another track displayed, or i simply pres 'shift+e' twice. cheers, doc |
|
|
Doc, That's what I'm seeing; I would say it's a bug. The attached patch fixes it for me. Cheers Carl |
|
|
hi, can you please give me an advice, how to apply that patch into ardour(vst) source tree? cheers, doc |
|
|
the patch solves this issue here completely! cheers, doc |
|
|
applied and committed. thanks carl. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2007-03-05 18:08 | cth103 | New Issue | |
| 2007-03-05 18:08 | cth103 | File Added: editor-mixer-menu | |
| 2007-03-05 18:54 | nowhiskey | Note Added: 0003513 | |
| 2007-03-05 18:55 | nowhiskey | Note Edited: 0003513 | |
| 2007-03-06 00:13 | cth103 | Note Added: 0003515 | |
| 2007-03-06 16:41 | nowhiskey | Note Added: 0003519 | |
| 2007-03-06 16:47 | nowhiskey | Note Edited: 0003519 | |
| 2007-03-06 20:36 | nowhiskey | Note Added: 0003524 | |
| 2007-03-13 01:01 | cth103 | Relationship added | related to 0001542 |
| 2007-03-15 20:53 | paul | Status | new => resolved |
| 2007-03-15 20:53 | paul | Resolution | open => fixed |
| 2007-03-15 20:53 | paul | Assigned To | => paul |
| 2007-03-15 20:53 | paul | Note Added: 0003585 | |
| 2008-11-21 00:33 | seablade | Status | resolved => closed |