From 51e4e35dc89db5b2e0a28f4527f9d6e6dbd6003b Mon Sep 17 00:00:00 2001 From: vanhofen Date: Thu, 4 Jan 2018 16:07:46 +0100 Subject: [PATCH] dboxinfo: use new marker icons Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/f7da6052814566866e9a957876e6315b622e2cca Author: vanhofen Date: 2018-01-04 (Thu, 04 Jan 2018) Origin message was: ------------------ - dboxinfo: use new marker icons ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/dboxinfo.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/dboxinfo.cpp b/src/gui/dboxinfo.cpp index a4283181b..c42d9390c 100644 --- a/src/gui/dboxinfo.cpp +++ b/src/gui/dboxinfo.cpp @@ -226,7 +226,7 @@ void CDBoxInfoWidget::paint() height += mheight * (frontend_count - 2); int icon_w = 0, icon_h = 0; - frameBuffer->getIconSize(NEUTRINO_ICON_REC, &icon_w, &icon_h); + frameBuffer->getIconSize(NEUTRINO_ICON_MARKER_RECORD, &icon_w, &icon_h); #define MEMINFO_TOTAL 0 #define MEMINFO_USED 1 @@ -592,7 +592,7 @@ void CDBoxInfoWidget::paint() } fm->RenderString(x + mpOffset + space, ypos+ mheight, _w, tmp, COL_MENUCONTENT_TEXT); if ((*it).second && icon_w>0 && icon_h>0) - frameBuffer->paintIcon(crm->RecordingStatus() ? NEUTRINO_ICON_REC:NEUTRINO_ICON_REC_GRAY, x + nameWidth - icon_w + width_i/2, ypos + (mheight/2 - icon_h/2)); + frameBuffer->paintIcon(crm->RecordingStatus() ? NEUTRINO_ICON_MARKER_RECORD : NEUTRINO_ICON_MARKER_RECORD_GRAY, x + nameWidth - icon_w + width_i/2, ypos + (mheight/2 - icon_h/2)); } if (pbw-pbw_fix > 8) /* smaller progressbar is not useful ;) */ {