Fix various artists in medialib.
This commit is contained in:
parent
152e1b2be8
commit
52e75244fc
3 changed files with 6 additions and 5 deletions
|
@ -147,9 +147,6 @@ TextScroller::drawBitmapFont (QString text)
|
|||
QPixmap p = skin->getLetter (t[i]);
|
||||
if (p.isNull ()) {
|
||||
p = skin->getLetter(' ');
|
||||
if (p.isNull ()) {
|
||||
qDebug ("abort ffs!");
|
||||
}
|
||||
}
|
||||
|
||||
paint.drawPixmap (QRect ((i * 6), m_y, 4, 6),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue