OTHER: Fixed playlist scrollbar
The playlistscrollbar is now also visible if the playlist was open on program start. Also fixed grapics glitches in small numbers after Skin change Updated dependencies in README (because of API change in broadcastCurrentPos)
This commit is contained in:
parent
1bc5d6fb02
commit
b4e4b365b3
4 changed files with 17 additions and 12 deletions
|
@ -361,7 +361,7 @@ Skin::BuildLetterMap (void)
|
|||
for (int i = 0; i < 3; i++) {
|
||||
QList<QPixmap>(l);
|
||||
for (int j = 0; j < 31; j++) {
|
||||
l.append(img->copy(j*5, i*6, 4, 6));
|
||||
l.append(img->copy(j*5, i*6, 5, 6));
|
||||
}
|
||||
letters.append(l);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue