bouquetlist: fix round corners of selected item

Origin commit data
------------------
Commit: 9fe560fa53
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-12-08 (Thu, 08 Dec 2016)

Origin message was:
------------------
- bouquetlist: fix round corners of selected item
This commit is contained in:
vanhofen
2016-12-08 00:36:26 +01:00
parent e37d517f3e
commit 55d2817631

View File

@@ -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())