From 58bfc8e31e7f3a59f008c5d822942f075a8e0f01 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Tue, 19 Feb 2013 11:11:58 +0100 Subject: [PATCH] audioplayer.cpp: fix cursor-background with round borders Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/59642214f77a9d43badd45d03db7b2ee34bf07f9 Author: vanhofen Date: 2013-02-19 (Tue, 19 Feb 2013) Origin message was: ------------------ - audioplayer.cpp: fix cursor-background with round borders ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- 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())