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);