summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_clock.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-07-19 01:01:09 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-07-19 01:01:09 +0000
commit9e1ec9dd56dc01329f2bf4bf7698b5f84754bd42 (patch)
tree7087130d58252cbdfa5a44aae73a1bc3de2dd211 /gtk2_ardour/audio_clock.h
parent3e1a097180afc0a2275ed36ad91a59af35731ddf (diff)
stop audio clocks from vanishing when turned off
git-svn-id: svn://localhost/ardour2/trunk@2149 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/audio_clock.h')
-rw-r--r--gtk2_ardour/audio_clock.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/audio_clock.h b/gtk2_ardour/audio_clock.h
index 16156625c8..21a2755588 100644
--- a/gtk2_ardour/audio_clock.h
+++ b/gtk2_ardour/audio_clock.h
@@ -104,6 +104,8 @@ class AudioClock : public Gtk::HBox
Gtk::EventBox audio_frames_ebox;
Gtk::Label audio_frames_label;
+ Gtk::HBox off_hbox;
+
Gtk::EventBox hours_ebox;
Gtk::EventBox minutes_ebox;
Gtk::EventBox seconds_ebox;