Visual tweaks to Soundcloud panel
[ardour.git] / gtk2_ardour / audio_streamview.cc
index 7b84219b750883553a5cc375bb6e329b91b79006..6880c8be5b9212205dd75b24425699ba081ca9af 100644 (file)
@@ -289,7 +289,7 @@ AudioStreamView::setup_rec_box ()
                        rec_rect->set_y0 (1);
                        rec_rect->set_x1 (xend);
                        rec_rect->set_y1 (child_height ());
-                       rec_rect->set_outline_what (0);
+                       rec_rect->set_outline_what (ArdourCanvas::Rectangle::What (0));
                        rec_rect->set_outline_color (ARDOUR_UI::config()->get_canvasvar_TimeAxisFrame());
                        rec_rect->set_fill_color (fill_color);
                        rec_rect->lower_to_bottom();