From b799c05c1a820bc96841ac9c31ba79e555cce587 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 12 Apr 2019 22:23:48 +0200 Subject: Found another one -- does this ever end? :) Undo s/sample/frame/ replacement. --- gtk2_ardour/time_axis_view.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/time_axis_view.cc') diff --git a/gtk2_ardour/time_axis_view.cc b/gtk2_ardour/time_axis_view.cc index 65118e75b9..c5197b7610 100644 --- a/gtk2_ardour/time_axis_view.cc +++ b/gtk2_ardour/time_axis_view.cc @@ -1122,8 +1122,8 @@ TimeAxisView::compute_heights () Gtk::Table one_row_table (1, 1); ArdourButton* test_button = manage (new ArdourButton); const int border_width = 2; - const int sample_height = 2; - extra_height = (2 * border_width) + sample_height; + const int frame_height = 2; + extra_height = (2 * border_width) + frame_height; window.add (one_row_table); test_button->set_name ("mute button"); -- cgit v1.2.3