scale peak-meter reset button
[ardour.git] / gtk2_ardour / ghostregion.cc
index 125b75987977a70e073ead5cef6dd9f1596bb90c..6f4b56eed91572d1b56784c945b176dd9c7baac0 100644 (file)
@@ -48,7 +48,7 @@ GhostRegion::GhostRegion (ArdourCanvas::Container* parent, TimeAxisView& tv, Tim
        CANVAS_DEBUG_NAME (group, "ghost region");
        group->set_position (ArdourCanvas::Duple (initial_pos, 0));
 
-       base_rect = new ArdourCanvas::TimeRectangle (group);
+       base_rect = new ArdourCanvas::Rectangle (group);
        CANVAS_DEBUG_NAME (base_rect, "ghost region rect");
        base_rect->set_x0 (0);
        base_rect->set_y0 (1.0);