add canvas-based Meter object
[ardour.git] / gtk2_ardour / streamview.cc
index be4b3949dfabe0feacf1c7bc9648e562b5577cc7..bcab05b9c81095eb3c1041f42274fef5669c4bb8 100644 (file)
@@ -45,7 +45,7 @@
 #include "ui_config.h"
 #include "utils.h"
 
-#include "i18n.h"
+#include "pbd/i18n.h"
 
 using namespace std;
 using namespace ARDOUR;
@@ -297,7 +297,7 @@ StreamView::playlist_layered (boost::weak_ptr<Track> wtr)
        if (_layer_display == Stacked) {
                update_contents_height ();
                /* tricky. playlist_changed() does this as well, and its really inefficient. */
-               //update_coverage_frames ();
+               update_coverage_frames ();
        } else {
                /* layering has probably been modified. reflect this in the canvas. */
                layer_regions();