mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
* src/gui/audioplayer.cpp: Fix segfault in audioplayer osd
This commit is contained in:
@@ -1525,8 +1525,8 @@ void CAudioPlayerGui::hide()
|
|||||||
// printf("hide(){\n");
|
// printf("hide(){\n");
|
||||||
if (m_visible)
|
if (m_visible)
|
||||||
{
|
{
|
||||||
m_frameBuffer->paintBackgroundBoxRel(m_x - ConnectLineBox_Width-1, m_y + m_title_height - 1,
|
m_frameBuffer->paintBackgroundBoxRel(m_x - ConnectLineBox_Width, m_y + m_title_height,
|
||||||
m_width + ConnectLineBox_Width+2, m_height + 2 - m_title_height);
|
m_width + ConnectLineBox_Width, m_height - m_title_height);
|
||||||
clearItemID3DetailsLine();
|
clearItemID3DetailsLine();
|
||||||
m_frameBuffer->paintBackgroundBoxRel(m_x, m_y, m_width, m_title_height);
|
m_frameBuffer->paintBackgroundBoxRel(m_x, m_y, m_width, m_title_height);
|
||||||
m_visible = false;
|
m_visible = false;
|
||||||
|
Reference in New Issue
Block a user