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:
vanhofen
2024-04-23 20:21:17 +02:00
committed by Thilo Graf
parent f3c0ef0be7
commit 644fe9c5c2

View File

@@ -97,7 +97,7 @@ void CBEChannelSelectWidget::paintItem(int pos)
if (current < Channels.size())
{
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
frameBuffer->paintIcon(NEUTRINO_ICON_BUTTON_DUMMY_SMALL, x + OFFSET_INNER_MID, ypos, item_height);