mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
neutrino: adapt to the framebuffer_spark blitter change
basically add fb->blit() in every widget where necessary to make sure the framebuffer is updated with current content
This commit is contained in:
@@ -223,6 +223,7 @@ int CPictureViewerGui::show()
|
||||
hide();
|
||||
update=false;
|
||||
paint();
|
||||
frameBuffer->blit();
|
||||
}
|
||||
|
||||
if (m_state!=SLIDESHOW)
|
||||
@@ -558,6 +559,7 @@ int CPictureViewerGui::show()
|
||||
loop = false;
|
||||
}
|
||||
}
|
||||
frameBuffer->blit();
|
||||
}
|
||||
hide();
|
||||
|
||||
|
Reference in New Issue
Block a user