add GUI for midi-device settings (and properly indent the code)
[ardour.git] / gtk2_ardour / ghostregion.cc
index 3bdc690044962ab2f22af83037cea3d31aa95585..da2beeeca7069f378e4c519afb732d1c84fafaa6 100644 (file)
@@ -51,7 +51,7 @@ GhostRegion::GhostRegion (ArdourCanvas::Group* parent, TimeAxisView& tv, TimeAxi
        base_rect->set_x0 (0);
        base_rect->set_y0 (0.0);
        base_rect->set_y1 (trackview.current_height() - 1.0);
-       base_rect->set_outline_what (0);
+       base_rect->set_outline_what (ArdourCanvas::Rectangle::What (0));
 
        if (!is_automation_ghost()) {
                base_rect->hide();