remove use of a boost::fast_pool_allocator without a mutex for Evoral::ControlList...
[ardour.git] / gtk2_ardour / streamview.cc
index 5dd58deb2628721d21f088d7edf4e27479e8e9b8..19f6ee65bbd4c266b7bc4ee1fbf0f4ee5f2647fc 100644 (file)
@@ -25,7 +25,6 @@
 
 #include "ardour/playlist.h"
 #include "ardour/region.h"
-#include "ardour/source.h"
 #include "ardour/track.h"
 #include "ardour/session.h"
 
@@ -614,6 +613,8 @@ StreamView::update_contents_height ()
                        break;
                }
        }
+
+       ContentsHeightChanged (); /* EMIT SIGNAL */
 }
 
 void