summaryrefslogtreecommitdiff
path: root/menuitem.c
diff options
context:
space:
mode:
Diffstat (limited to 'menuitem.c')
-rw-r--r--menuitem.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/menuitem.c b/menuitem.c
index b5c1ffd..c34a9c5 100644
--- a/menuitem.c
+++ b/menuitem.c
@@ -567,7 +567,7 @@ void cNopacityChannelMenuItem::DrawBackground(int handleBackground) {
void cNopacityChannelMenuItem::Render() {
- int handleBgrd = (current)?handleBackgrounds[5]:handleBackgrounds[4];
+ int handleBgrd = (current)?handleBackgrounds[7]:handleBackgrounds[6];
if (selectable) { //Channels
DrawBackground(handleBgrd);
@@ -807,7 +807,7 @@ void cNopacityRecordingMenuItem::DrawFolderNewSeen(void) {
void cNopacityRecordingMenuItem::Render() {
- int handleBgrd = (current)?handleBackgrounds[7]:handleBackgrounds[6];
+ int handleBgrd = (current)?handleBackgrounds[9]:handleBackgrounds[8];
if (selectable) {
pixmap->Fill(Theme.Color(clrMenuBorder));
pixmap->DrawImage(cPoint(1, 1), handleBgrd);