View Issue Details

IDProjectCategoryView StatusLast Update
0001506ardourbugspublic2008-11-20 23:57
Reporterb0ef Assigned Topaul  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Summary0001506: Color Manager Still Ticked After Close
DescriptionWhen 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.
TagsNo tags attached.

Relationships

has duplicate 0001507 closedpaul Color Manager Still Ticked After Close 

Activities

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);
 
color-manager-tick-patch (652 bytes)   

cth103

2007-02-27 15:59

administrator   ~0003409

Confirmed. The attached patch fixes it for me.

paul

2007-02-27 17:49

administrator   ~0003415

patch applied. thank you.

Issue History

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