View Issue Details

IDProjectCategoryView StatusLast Update
0005106ardourbugspublic2012-09-20 21:10
Reportercbx33 Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Summary0005106: Session not marked as dirty after track color change
DescriptionThe session is not marked as dirty after track color change
TagsNo tags attached.

Activities

2012-09-20 21:10

 

diff.diff (482 bytes)   
Index: gtk2_ardour/route_ui.cc
===================================================================
--- gtk2_ardour/route_ui.cc	(revision 13195)
+++ gtk2_ardour/route_ui.cc	(working copy)
@@ -1346,6 +1346,7 @@
 	
 	gui_object_state().set_property<string> (route_state_id(), X_("color"), buf);
 	_route->gui_changed ("color", (void *) 0); /* EMIT_SIGNAL */
+	_session->set_dirty ();
 }
 
 /** @return GUI state ID for things that are common to the route in all its representations */
diff.diff (482 bytes)   

Issue History

Date Modified Username Field Change
2012-09-20 21:10 cbx33 New Issue
2012-09-20 21:10 cbx33 File Added: diff.diff