mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
audioplayer: fix connectline paint
Origin commit data
------------------
Commit: 02e07e4d7e
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-10-10 (Mon, 10 Oct 2016)
Origin message was:
------------------
- audioplayer: fix connectline paint
This commit is contained in:
@@ -1831,7 +1831,10 @@ void CAudioPlayerGui::paintItemID3DetailsLine (int pos)
|
|||||||
|
|
||||||
// clear details line
|
// clear details line
|
||||||
if (dline != NULL)
|
if (dline != NULL)
|
||||||
|
{
|
||||||
dline->kill();
|
dline->kill();
|
||||||
|
dline = NULL;
|
||||||
|
}
|
||||||
|
|
||||||
// paint Line if detail info (and not valid list pos) and info box
|
// paint Line if detail info (and not valid list pos) and info box
|
||||||
if (!m_playlist.empty() && (pos >= 0))
|
if (!m_playlist.empty() && (pos >= 0))
|
||||||
|
Reference in New Issue
Block a user