- audioplayer: fix coordinates to clear title-box

(cherry picked from commit 0dfe5becbbc832c4379e957abdcea92604eb1caf)
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2017-06-27 23:45:57 +02:00
committed by Thilo Graf
parent 99d72a0b8a
commit 4b4cf14d6b

View File

@@ -1697,7 +1697,7 @@ void CAudioPlayerGui::paintTitleBox()
return; return;
if (m_state == CAudioPlayerGui::STOP && m_show_playlist) if (m_state == CAudioPlayerGui::STOP && m_show_playlist)
m_frameBuffer->paintBackgroundBoxRel(m_x, m_y, m_width, m_title_height); m_frameBuffer->paintBackgroundBoxRel(m_x, m_y, m_width + OFFSET_SHADOW, m_title_height + OFFSET_SHADOW);
else else
{ {
// shadow // shadow