mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
- audioplayer.cpp: fix cursor-background with round borders
This commit is contained in:
@@ -1588,6 +1588,7 @@ void CAudioPlayerGui::paintItem(int pos)
|
|||||||
c_rad_small = 0;
|
c_rad_small = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
m_frameBuffer->paintBoxRel(m_x, ypos, m_width - 15, m_fheight, COL_MENUCONTENT_PLUS_0);
|
||||||
m_frameBuffer->paintBoxRel(m_x, ypos, m_width - 15, m_fheight, bgcolor, c_rad_small);
|
m_frameBuffer->paintBoxRel(m_x, ypos, m_width - 15, m_fheight, bgcolor, c_rad_small);
|
||||||
|
|
||||||
if ((pos + m_liststart) < m_playlist.size())
|
if ((pos + m_liststart) < m_playlist.size())
|
||||||
|
Reference in New Issue
Block a user