mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
audioplayer: don't darken every second entry
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5c8e9f7fd3
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-10-01 (Sat, 01 Oct 2016)
Origin message was:
------------------
- audioplayer: don't darken every second entry
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1542,6 +1542,8 @@ void CAudioPlayerGui::paintItem(int pos)
|
||||
}
|
||||
else
|
||||
{
|
||||
//NI - don't darken every second entry
|
||||
#if 0
|
||||
if (((pos + m_liststart) < m_playlist.size()) && (pos & 1))
|
||||
{
|
||||
if ((pos + m_liststart) == (unsigned)m_current)
|
||||
@@ -1556,6 +1558,7 @@ void CAudioPlayerGui::paintItem(int pos)
|
||||
}
|
||||
}
|
||||
else
|
||||
#endif
|
||||
{
|
||||
if ((pos + m_liststart) == (unsigned)m_current)
|
||||
{
|
||||
|
Reference in New Issue
Block a user