Found another one -- does this ever end? :)

Undo s/sample/frame/ replacement.
This commit is contained in:
Robin Gareus 2019-04-12 22:23:48 +02:00
parent ff3b59fb4f
commit b799c05c1a
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -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");