fix size of "off" state for audio frames clock mode

git-svn-id: svn://localhost/ardour2/branches/3.0@10676 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis
2011-11-18 16:41:26 +00:00
parent e3d9a971a7
commit 149085ba16

View File

@@ -727,9 +727,7 @@ AudioClock::set_frames (framepos_t when, bool /*force*/)
char buf[32];
if (_off) {
/* XXX with cairo, we can do better, surely? */
_layout->set_text ("-----------");
_layout->set_text ("\u2012\u2012\u2012\u2012\u2012\u2012\u2012\u2012\u2012\u2012");
if (_left_layout) {
_left_layout->set_text ("");