audioplayer.cpp: fix cursor-background with round borders

Origin commit data
------------------
Branch: ni/coolstream
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

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2013-02-19 11:11:58 +01:00
parent 2800b56178
commit 58bfc8e31e

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())