Add debug for generic midi control
[ardour.git] / libs / ardour / playlist.cc
index 20a2ef0197e509ae77c0b77410bcb0230ba786e8..8862c633ab62fbe6578b5d5b3ed36605a174101a 100644 (file)
@@ -1642,6 +1642,8 @@ Playlist::region_bounds_changed (const PropertyChange& what_changed, boost::shar
                 save = true;
         }
 
+        mark_session_dirty ();
+     
         return save;
  }