mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +02:00
Fix osd error on nevis
This commit is contained in:
@@ -407,6 +407,8 @@ void CInfoViewerBB::showBBButtons(bool paintFooter)
|
||||
frameBuffer->SaveScreen(buf_x, buf_y, buf_w, buf_h, pixbuf);
|
||||
paintFoot();
|
||||
if (pixbuf != NULL) {
|
||||
if (g_settings.theme.infobar_gradient_bottom)
|
||||
frameBuffer->waitForIdle("CInfoViewerBB::showBBButtons");
|
||||
frameBuffer->RestoreScreen(buf_x, buf_y, buf_w, buf_h, pixbuf);
|
||||
delete [] pixbuf;
|
||||
}
|
||||
|
Reference in New Issue
Block a user