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:
@@ -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 ("");
|
||||
|
||||
Reference in New Issue
Block a user