summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk2_ardour/tempo_dialog.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/tempo_dialog.cc b/gtk2_ardour/tempo_dialog.cc
index 7a59fe9ab0..f74314d4bc 100644
--- a/gtk2_ardour/tempo_dialog.cc
+++ b/gtk2_ardour/tempo_dialog.cc
@@ -349,6 +349,8 @@ MeterDialog::init (const BBT_Time& when, double bpb, double note_type, bool mova
when_frame.add (*when_hbox);
get_vbox()->pack_end (when_frame, false, false);
+ } else {
+ when_bar_entry.set_text ("0");
}
get_vbox()->set_border_width (12);