From 59642214f77a9d43badd45d03db7b2ee34bf07f9 Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Tue, 19 Feb 2013 11:11:58 +0100 Subject: [PATCH] - audioplayer.cpp: fix cursor-background with round borders --- src/gui/audioplayer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/audioplayer.cpp b/src/gui/audioplayer.cpp index bded5bdfc..e8bd6ba24 100644 --- a/src/gui/audioplayer.cpp +++ b/src/gui/audioplayer.cpp @@ -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())