megaopus commit: (1) add __STD_(LIMIT|FORMAT)_MACROS to command line flags for cc...
[ardour.git] / libs / ardour / midi_playlist.cc
index 6f5dee979a7e676901a6822008d0a43010f2ce89..0fd32ebddd3a4f19492a76d95fcbf9c7c637ce65 100644 (file)
@@ -425,13 +425,10 @@ MidiPlaylist::region_changed (const PBD::PropertyChange& what_changed, boost::sh
                return false;
        }
 
-       // Feeling rather uninterested today, but thanks for the heads up anyway!
-
        PBD::PropertyChange our_interests;
+        our_interests.add (Properties::midi_data);
 
-       bool parent_wants_notify;
-
-       parent_wants_notify = Playlist::region_changed (what_changed, region);
+       bool parent_wants_notify = Playlist::region_changed (what_changed, region);
 
        if (parent_wants_notify || what_changed.contains (our_interests)) {
                notify_contents_changed ();