allow Lua session scripts to inject [immediate] RT-events
[ardour.git] / libs / ardour / presentation_info.cc
index fe094dae6bb667d5a41311b2d690fe2d9a66cb4a..8139689649c489f0dfc4d89e00e528790da06bc8 100644 (file)
@@ -30,7 +30,7 @@
 
 #include "ardour/presentation_info.h"
 
-#include "i18n.h"
+#include "pbd/i18n.h"
 
 using namespace ARDOUR;
 using namespace PBD;
@@ -164,6 +164,7 @@ PresentationInfo::set_color (PresentationInfo::color_t c)
        if (c != _color) {
                _color = c;
                send_change (PropertyChange (Properties::color));
+               Change (); /* EMIT SIGNAL */
        }
 }