CInfoViewer::show_Data: Avoid overwriting button text

Origin commit data
------------------
Branch: ni/coolstream
Commit: 73ec7e9671
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-01-29 (Fri, 29 Jan 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2016-01-29 15:15:48 +01:00
parent 8372065c10
commit c115466fba

View File

@@ -1813,7 +1813,7 @@ void CInfoViewer::show_Data (bool calledFromEvent)
frameBuffer->paintBackgroundBoxRel (BoxEndX - 108, posy, 112, height2); frameBuffer->paintBackgroundBoxRel (BoxEndX - 108, posy, 112, height2);
} }
#endif #endif
infoViewerBB->showBBButtons(); infoViewerBB->showBBButtons(calledFromEvent);
} }
if ((info_CurrentNext.flags & CSectionsdClient::epgflags::not_broadcast) || if ((info_CurrentNext.flags & CSectionsdClient::epgflags::not_broadcast) ||