mirror of
https://github.com/clangen/musikcube.git
synced 2025-03-01 01:13:28 +00:00
Fixed line drawing character in TransportWindow.cpp
This commit is contained in:
parent
e88a0a1077
commit
c4ccd56e8a
@ -268,12 +268,12 @@ void TransportWindow::Update() {
|
||||
duration = duration.size() ? duration : "0";
|
||||
|
||||
writePlayingFormat(
|
||||
c,
|
||||
title,
|
||||
album,
|
||||
c,
|
||||
title,
|
||||
album,
|
||||
cx - shuffleLabelLen);
|
||||
}
|
||||
|
||||
|
||||
wmove(c, 0, cx - shuffleLabelLen);
|
||||
int64 shuffleAttrs = this->playback.IsShuffled() ? gb : A_DIM;
|
||||
ON(c, shuffleAttrs);
|
||||
|
Loading…
x
Reference in New Issue
Block a user