mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
- audioplayer: fix coordinates in hide() function
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -1537,7 +1537,7 @@ void CAudioPlayerGui::hide()
|
||||
if (m_visible)
|
||||
{
|
||||
clearDetailsLine();
|
||||
m_frameBuffer->paintBackgroundBoxRel(m_x, m_y, m_width, m_height);
|
||||
m_frameBuffer->paintBackgroundBoxRel(m_x, m_y, m_width + OFFSET_SHADOW, m_height + OFFSET_SHADOW);
|
||||
m_visible = false;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user