Complete the task of Playlist::flush_notifications ()
authornick_m <mainsbridge@gmail.com>
Sun, 19 Jun 2016 16:41:52 +0000 (02:41 +1000)
committernick_m <mainsbridge@gmail.com>
Sat, 9 Jul 2016 16:18:36 +0000 (02:18 +1000)
libs/ardour/playlist.cc

index 924c3b61415cdf01eedb607de3f1fe91ebe48745..b5b32a10d4d2b0dded67974891daed003a320ddf 100644 (file)
@@ -657,6 +657,7 @@ Playlist::flush_notifications (bool from_undo)
         pending_range_moves.clear ();
         pending_region_extensions.clear ();
         pending_contents_change = false;
+        pending_layering = false;
  }
 
  /*************************************************************