mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
- 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:
@@ -1697,7 +1697,7 @@ void CAudioPlayerGui::paintTitleBox()
|
||||
return;
|
||||
|
||||
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
|
||||
{
|
||||
// shadow
|
||||
|
Reference in New Issue
Block a user