summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-04-16 11:02:29 +0000
committerCarl Hetherington <carl@carlh.net>2011-04-16 11:02:29 +0000
commitb999368186a971c3bbb7c478892731b4d8ab2e90 (patch)
treea97bab00f52eead524c1ffd564c60853c3b98a51
parent1cc5a1829bd2b2fcee956b76d8065bfb68c1adc3 (diff)
Put relief on all toolbar buttons for consistency (#3967).
git-svn-id: svn://localhost/ardour2/branches/3.0@9355 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rw-r--r--gtk2_ardour/editor.cc14
1 files changed, 0 insertions, 14 deletions
diff --git a/gtk2_ardour/editor.cc b/gtk2_ardour/editor.cc
index 806058b610..91a391cc1c 100644
--- a/gtk2_ardour/editor.cc
+++ b/gtk2_ardour/editor.cc
@@ -2719,19 +2719,6 @@ Editor::snap_to_internal (framepos_t& start, int32_t direction, bool for_mark)
void
Editor::setup_toolbar ()
{
- string pixmap_path;
-
- /* Mode Buttons (tool selection) */
-
- mouse_move_button.set_relief(Gtk::RELIEF_NONE);
- mouse_select_button.set_relief(Gtk::RELIEF_NONE);
- mouse_gain_button.set_relief(Gtk::RELIEF_NONE);
- mouse_zoom_button.set_relief(Gtk::RELIEF_NONE);
- mouse_timefx_button.set_relief(Gtk::RELIEF_NONE);
- mouse_audition_button.set_relief(Gtk::RELIEF_NONE);
- // internal_edit_button.set_relief(Gtk::RELIEF_NONE);
- join_object_range_button.set_relief(Gtk::RELIEF_NONE);
-
HBox* mode_box = manage(new HBox);
mode_box->set_border_width (2);
mode_box->set_spacing(4);
@@ -2998,7 +2985,6 @@ Editor::setup_midi_toolbar ()
/* Midi sound notes */
midi_sound_notes.add (*(manage (new Image (::get_icon("midi_sound_notes")))));
- midi_sound_notes.set_relief(Gtk::RELIEF_NONE);
midi_sound_notes.unset_flags (CAN_FOCUS);
/* Panic */