From 02e07e4d7ed88353fcfd0ada7b31353b9633fefd Mon Sep 17 00:00:00 2001 From: vanhofen Date: Mon, 10 Oct 2016 14:19:55 +0200 Subject: [PATCH] - audioplayer: fix connectline paint --- src/gui/audioplayer.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/gui/audioplayer.cpp b/src/gui/audioplayer.cpp index 4a9bf3099..07f48f756 100644 --- a/src/gui/audioplayer.cpp +++ b/src/gui/audioplayer.cpp @@ -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))