From e2576d8787af3109b99429d4724d0d93299e6ff5 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Tue, 23 Apr 2024 20:21:17 +0200 Subject: [PATCH] bouqueteditor: use NEUTRINO_ICON_BUTTON_CHECKED Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/7b7a794777e774ccf046fc05472dac4e9cc51a69 Author: vanhofen 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 --- src/gui/bedit/bouqueteditor_chanselect.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/bedit/bouqueteditor_chanselect.cpp b/src/gui/bedit/bouqueteditor_chanselect.cpp index 4a84b925f..ea6c493d0 100644 --- a/src/gui/bedit/bouqueteditor_chanselect.cpp +++ b/src/gui/bedit/bouqueteditor_chanselect.cpp @@ -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);