mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 02:11: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:
@@ -153,6 +153,7 @@ int CMotorControl::exec(CMenuTarget* parent, const std::string &)
|
||||
paint();
|
||||
paintMenu();
|
||||
paintStatus();
|
||||
frameBuffer->blit();
|
||||
|
||||
while (!istheend)
|
||||
{
|
||||
@@ -409,6 +410,7 @@ int CMotorControl::exec(CMenuTarget* parent, const std::string &)
|
||||
}
|
||||
}
|
||||
}
|
||||
frameBuffer->blit();
|
||||
|
||||
istheend = (msg == CRCInput::RC_home);
|
||||
}
|
||||
@@ -473,6 +475,7 @@ void CMotorControl::motorStepEast(void)
|
||||
void CMotorControl::hide()
|
||||
{
|
||||
frameBuffer->paintBackgroundBoxRel(x, y, width, height + 20);
|
||||
frameBuffer->blit();
|
||||
stopSatFind();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user