CInfoViewer::show_Data: Avoid overwriting button text

This commit is contained in:
M. Liebmann
2016-01-29 15:15:48 +01:00
parent 6c72fe94bc
commit 73ec7e9671

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) ||