From 4d1e34f058976b81d7129596ac3be64d8754cdfe Mon Sep 17 00:00:00 2001 From: vanhofen Date: Thu, 8 Dec 2016 00:36:26 +0100 Subject: [PATCH] bouquetlist: fix round corners of selected item Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/9fe560fa53ed809a79b1989c907ba79a50d3d0b5 Author: vanhofen Date: 2016-12-08 (Thu, 08 Dec 2016) Origin message was: ------------------ - bouquetlist: fix round corners of selected item ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/bouquetlist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/bouquetlist.cpp b/src/gui/bouquetlist.cpp index 884904f8c..f112c8d4f 100644 --- a/src/gui/bouquetlist.cpp +++ b/src/gui/bouquetlist.cpp @@ -633,7 +633,7 @@ void CBouquetList::paintItem(int pos) i_radius = RADIUS_LARGE; if (i_radius) - frameBuffer->paintBoxRel(x, ypos, width- 15, fheight, bgcolor); + frameBuffer->paintBoxRel(x, ypos, width- 15, fheight, COL_MENUCONTENT_PLUS_0); frameBuffer->paintBoxRel(x, ypos, width- 15, fheight, bgcolor, i_radius); if (npos < (int) Bouquets.size())