mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
- audioplayer: fix connectline paint
This commit is contained in:
@@ -1831,7 +1831,10 @@ void CAudioPlayerGui::paintItemID3DetailsLine (int pos)
|
||||
|
||||
// clear details line
|
||||
if (dline != NULL)
|
||||
{
|
||||
dline->kill();
|
||||
dline = NULL;
|
||||
}
|
||||
|
||||
// paint Line if detail info (and not valid list pos) and info box
|
||||
if (!m_playlist.empty() && (pos >= 0))
|
||||
|
Reference in New Issue
Block a user