summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-09-02 20:43:27 +0200
committerRobin Gareus <robin@gareus.org>2014-09-02 20:43:27 +0200
commit5d5d859c2a32cf5ea0b1a760196c6f969da0dedd (patch)
treec840c2b1cbe4bd53f83732d298475e479c7ec0ee /gtk2_ardour/route_time_axis.cc
parent1592d0482891377bbde1462d548151609e0b1130 (diff)
use new 'special' rec-en button
Diffstat (limited to 'gtk2_ardour/route_time_axis.cc')
-rw-r--r--gtk2_ardour/route_time_axis.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk2_ardour/route_time_axis.cc b/gtk2_ardour/route_time_axis.cc
index 9a679cb256..8923dfddb2 100644
--- a/gtk2_ardour/route_time_axis.cc
+++ b/gtk2_ardour/route_time_axis.cc
@@ -173,10 +173,8 @@ RouteTimeAxisView::set_route (boost::shared_ptr<Route> rt)
case ARDOUR::Normal:
case ARDOUR::NonLayered:
rec_enable_button->set_image (Glib::RefPtr<Gdk::Pixbuf>());
- rec_enable_button->set_markup ("<span color=\"#f46f6f\">\u25CF</span>");
break;
case ARDOUR::Destructive:
- rec_enable_button->set_text (string());
rec_enable_button->set_image (::get_icon (X_("record_tape_red")));
break;
}
@@ -862,10 +860,8 @@ RouteTimeAxisView::set_track_mode (TrackMode mode, bool apply_to_selection)
case ARDOUR::NonLayered:
case ARDOUR::Normal:
rec_enable_button->set_image (Glib::RefPtr<Gdk::Pixbuf>());
- rec_enable_button->set_markup ("<span color=\"#f46f6f\">\u25CF</span>");
break;
case ARDOUR::Destructive:
- rec_enable_button->set_text (string());
rec_enable_button->set_image (::get_icon (X_("record_tape_red")));
break;
}