fix size of "off" state for minsec frames clock mode
git-svn-id: svn://localhost/ardour2/branches/3.0@10678 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
133bfd4b4f
commit
0cb55266b8
@ -773,7 +773,7 @@ AudioClock::set_minsec (framepos_t when, bool force)
|
||||
int millisecs;
|
||||
|
||||
if (_off) {
|
||||
_layout->set_text ("\u2012\u2012:\u2012\u2012:\u2012\u2012.\u2012\u2012\u2012\u2012");
|
||||
_layout->set_text ("\u2012\u2012:\u2012\u2012:\u2012\u2012.\u2012\u2012\u2012");
|
||||
|
||||
if (_left_layout) {
|
||||
_left_layout->set_text ("");
|
||||
|
Loading…
Reference in New Issue
Block a user