mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
bouqueteditor: use NEUTRINO_ICON_BUTTON_CHECKED
Origin commit data
------------------
Commit: 7b7a794777
Author: vanhofen <vanhofen@gmx.de>
Date: 2024-04-23 (Tue, 23 Apr 2024)
Origin message was:
------------------
- bouqueteditor: use NEUTRINO_ICON_BUTTON_CHECKED
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -97,7 +97,7 @@ void CBEChannelSelectWidget::paintItem(int pos)
|
|||||||
if (current < Channels.size())
|
if (current < Channels.size())
|
||||||
{
|
{
|
||||||
if (isChannelInBouquet(current))
|
if (isChannelInBouquet(current))
|
||||||
frameBuffer->paintIcon(NEUTRINO_ICON_BUTTON_GREEN, x + OFFSET_INNER_MID, ypos, item_height);
|
frameBuffer->paintIcon(NEUTRINO_ICON_BUTTON_CHECKED, x + OFFSET_INNER_MID, ypos, item_height);
|
||||||
else
|
else
|
||||||
frameBuffer->paintIcon(NEUTRINO_ICON_BUTTON_DUMMY_SMALL, x + OFFSET_INNER_MID, ypos, item_height);
|
frameBuffer->paintIcon(NEUTRINO_ICON_BUTTON_DUMMY_SMALL, x + OFFSET_INNER_MID, ypos, item_height);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user