From 5a0737fe4bb523505dae79b9936e87a08d194ba0 Mon Sep 17 00:00:00 2001 From: Michael Liebmann Date: Fri, 29 Jan 2016 15:15:48 +0100 Subject: [PATCH] CInfoViewer::show_Data: Avoid overwriting button text Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/73ec7e9671c1938a970904b8a7abf375572d6310 Author: Michael Liebmann Date: 2016-01-29 (Fri, 29 Jan 2016) --- src/gui/infoviewer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/infoviewer.cpp b/src/gui/infoviewer.cpp index db49ed63f..b43ef64be 100644 --- a/src/gui/infoviewer.cpp +++ b/src/gui/infoviewer.cpp @@ -1813,7 +1813,7 @@ void CInfoViewer::show_Data (bool calledFromEvent) frameBuffer->paintBackgroundBoxRel (BoxEndX - 108, posy, 112, height2); } #endif - infoViewerBB->showBBButtons(); + infoViewerBB->showBBButtons(calledFromEvent); } if ((info_CurrentNext.flags & CSectionsdClient::epgflags::not_broadcast) ||