summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_info_box.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-11-11 16:04:30 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-11-11 16:04:30 +0000
commit57ce855053b26b5a8fdf7875c60d2dc23df5093e (patch)
treeb919e20baab7c7dd3392b750cd86a28bae89fd98 /gtk2_ardour/time_info_box.cc
parenta57f4ead2d73c5eed355f4bf51ad912e30fe09f7 (diff)
specify time info box bg in style file(s), and make nudge clock use the same bg color (not in style file, but the UI conf file, naturally)
git-svn-id: svn://localhost/ardour2/branches/3.0@13434 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/time_info_box.cc')
-rw-r--r--gtk2_ardour/time_info_box.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/time_info_box.cc b/gtk2_ardour/time_info_box.cc
index 2cb7e652b5..aeb361686a 100644
--- a/gtk2_ardour/time_info_box.cc
+++ b/gtk2_ardour/time_info_box.cc
@@ -48,6 +48,8 @@ TimeInfoBox::TimeInfoBox ()
, syncing_selection (false)
, syncing_punch (false)
{
+ set_name (X_("TimeInfoBox"));
+
selection_start = new AudioClock ("selection-start", false, "selection", false, false, false, false);
selection_end = new AudioClock ("selection-end", false, "selection", false, false, false, false);
selection_length = new AudioClock ("selection-length", false, "selection", false, false, true, false);