mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
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:
@@ -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())
|
||||
|
Reference in New Issue
Block a user