From 3aa69c6e7f17cace938dc8fc0d7f526debe1507c Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sun, 21 Jan 2018 21:31:58 +0100 Subject: [PATCH] epgview: add small separator line between navibar and footer Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/980c62d853ee9a34a17c84c05a02ae13d910d22a Author: vanhofen Date: 2018-01-21 (Sun, 21 Jan 2018) Origin message was: ------------------ - epgview: add small separator line between navibar and footer ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/epgview.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/epgview.cpp b/src/gui/epgview.cpp index 1c91b9fe4..9a6083955 100644 --- a/src/gui/epgview.cpp +++ b/src/gui/epgview.cpp @@ -935,6 +935,8 @@ int CEpgData::show(const t_channel_id channel_id, uint64_t a_id, time_t* a_start //paint bottombox contents Bottombox->paint(false); + // small separator line + frameBuffer->paintHLineRel(sx, ox, sy + oy - 1, COL_FRAME); showProgressBar(); // show Timer Event Buttons