summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-12-20 03:10:05 +0100
committerRobin Gareus <robin@gareus.org>2016-12-20 03:59:15 +0100
commitf6dc24b901ba4f3ee444da0283dd744ad2be3f20 (patch)
tree7f3dc8a9332a13360d813f2d2b4a36b044b63c6b /gtk2_ardour/editor.cc
parent6941d0b74d4588e077a8761bd7cf6275b1c3460a (diff)
Prepare for re-use of TimeInfoBox w/o punch-clock
Diffstat (limited to 'gtk2_ardour/editor.cc')
-rw-r--r--gtk2_ardour/editor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor.cc b/gtk2_ardour/editor.cc
index 78f4e2b405..bcbc5ec81b 100644
--- a/gtk2_ardour/editor.cc
+++ b/gtk2_ardour/editor.cc
@@ -644,7 +644,7 @@ Editor::Editor ()
_regions = new EditorRegions (this);
_snapshots = new EditorSnapshots (this);
_locations = new EditorLocations (this);
- _time_info_box = new TimeInfoBox ();
+ _time_info_box = new TimeInfoBox (true);
/* these are static location signals */