correct length for BBT "off" clock state; use bold font for nudge clock
git-svn-id: svn://localhost/ardour2/branches/3.0@10675 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
f7c8bbc1a0
commit
e3d9a971a7
@ -135,7 +135,7 @@ widget "*transport delta clock" style:highest "large_bold_text"
|
|||||||
widget "*secondary delta clock" style:highest "large_bold_text"
|
widget "*secondary delta clock" style:highest "large_bold_text"
|
||||||
widget "*silence duration clock" style:highest "medium_text"
|
widget "*silence duration clock" style:highest "medium_text"
|
||||||
widget "*edit point clock" style:highest "medium_text"
|
widget "*edit point clock" style:highest "medium_text"
|
||||||
widget "*nudge clock" style:highest "medium_text"
|
widget "*nudge clock" style:highest "medium_bold_text"
|
||||||
widget "*menubar clock" style:highest "medium_text"
|
widget "*menubar clock" style:highest "medium_text"
|
||||||
widget "*zoomrange clock" style:highest "medium_text"
|
widget "*zoomrange clock" style:highest "medium_text"
|
||||||
widget "*timecodeoffset clock" style:highest "medium_text"
|
widget "*timecodeoffset clock" style:highest "medium_text"
|
||||||
|
@ -848,7 +848,7 @@ AudioClock::set_bbt (framepos_t when, bool force)
|
|||||||
Timecode::BBT_Time BBT;
|
Timecode::BBT_Time BBT;
|
||||||
|
|
||||||
if (_off) {
|
if (_off) {
|
||||||
_layout->set_text ("\u2012\u2012|\u2012\u2012|\u2012\u2012");
|
_layout->set_text ("\u2012\u2012|\u2012\u2012|\u2012\u2012\u2012\u2012");
|
||||||
if (_left_layout) {
|
if (_left_layout) {
|
||||||
_left_layout->set_text ("");
|
_left_layout->set_text ("");
|
||||||
_right_layout->set_text ("");
|
_right_layout->set_text ("");
|
||||||
|
Loading…
Reference in New Issue
Block a user