View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001506 | ardour | bugs | public | 2007-02-26 14:51 | 2008-11-20 23:57 |
| Reporter | b0ef | Assigned To | paul | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Summary | 0001506: Color Manager Still Ticked After Close | ||||
| Description | When opening the color manager from the "Windows" menu, it is ticked in the list, but if closing the window by just hitting the "x" in the top right corner of the window, the item is still ticked. This means if you want to open it again, you have to hit the menu entry twice. I also question if it really is necessary to display ticks beside the items in the "Windows" menu. | ||||
| Tags | No tags attached. | ||||
|
2007-02-27 15:59
|
color-manager-tick-patch (652 bytes)
Index: gtk2_ardour/ardour_ui2.cc
===================================================================
--- gtk2_ardour/ardour_ui2.cc (revision 1525)
+++ gtk2_ardour/ardour_ui2.cc (working copy)
@@ -42,6 +42,7 @@
#include "audio_clock.h"
#include "actions.h"
#include "utils.h"
+#include "color_manager.h"
#include "i18n.h"
@@ -74,6 +75,8 @@
setup_transport();
build_menu_bar ();
+ color_manager->signal_unmap().connect (bind (sigc::ptr_fun(&ActionManager::uncheck_toggleaction), X_("<Actions>/Common/ToggleColorManager")));
+
top_packer.pack_start (menu_bar_base, false, false);
top_packer.pack_start (transport_frame, false, false);
|
|
|
Confirmed. The attached patch fixes it for me. |
|
|
patch applied. thank you. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2007-02-26 14:51 | b0ef | New Issue | |
| 2007-02-27 15:59 | cth103 | File Added: color-manager-tick-patch | |
| 2007-02-27 15:59 | cth103 | Note Added: 0003409 | |
| 2007-02-27 17:49 | paul | Status | new => resolved |
| 2007-02-27 17:49 | paul | Resolution | open => fixed |
| 2007-02-27 17:49 | paul | Assigned To | => paul |
| 2007-02-27 17:49 | paul | Note Added: 0003415 | |
| 2007-02-27 17:49 | paul | Relationship added | has duplicate 0001507 |
| 2008-11-20 23:57 | seablade | Status | resolved => closed |