audioplayer.cpp: fix cursor-background with round borders

Origin commit data
------------------
Commit: 59642214f7
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-02-19 (Tue, 19 Feb 2013)

Origin message was:
------------------
- audioplayer.cpp: fix cursor-background with round borders
This commit is contained in:
vanhofen
2013-02-19 11:11:58 +01:00
parent 2ae8d6a111
commit 059a4928bf

View File

@@ -1588,6 +1588,7 @@ void CAudioPlayerGui::paintItem(int pos)
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);
if ((pos + m_liststart) < m_playlist.size())