correct check for presence of / or \ in a session name
[ardour.git] / gtk2_ardour / audio_region_view.cc
index 8b6dab3cc942e4c2417aacb5f9a8469c1e9bcdde..705a870da0de2c003312a0afe759e61b49f3b9b3 100644 (file)
@@ -432,9 +432,6 @@ AudioRegionView::set_height (gdouble height)
        height -= 2;
        TimeAxisViewItem::set_height (height);
        
-       
-       _height = height;
-
        for (uint32_t n=0; n < wcnt; ++n) {
                gdouble ht;
 
@@ -463,10 +460,7 @@ AudioRegionView::set_height (gdouble height)
 
        manage_zero_line ();
        reset_fade_shapes ();
-       
-       if (name_text) {
-               name_text->raise_to_top();
-       }
+
 }
 
 void