fixed compile
This commit is contained in:
parent
c6990baeea
commit
b5b5fa7b53
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ private:
|
|||
|
||||
next_x += step_size;
|
||||
if (next_x + m_box_size > width()) {
|
||||
m_font.drawText(m_background.drawable(),
|
||||
m_font.drawText(m_background,
|
||||
screenNumber(),
|
||||
m_gc.gc(),
|
||||
value, strlen(value),
|
||||
|
|
Loading…
Reference in a new issue