View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0005106 | ardour | bugs | public | 2012-09-20 21:10 | 2012-09-20 21:10 |
| Reporter | cbx33 | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | new | Resolution | open | ||
| Summary | 0005106: Session not marked as dirty after track color change | ||||
| Description | The session is not marked as dirty after track color change | ||||
| Tags | No tags attached. | ||||
|
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 */
|