mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
scan: blit() after channel updates
This commit is contained in:
@@ -443,6 +443,8 @@ int CScanTs::handleMsg(neutrino_msg_t msg, neutrino_msg_data_t data)
|
||||
delete (unsigned char*) data;
|
||||
break;
|
||||
}
|
||||
/* almost all messages paint something, so blit here */
|
||||
frameBuffer->blit();
|
||||
return msg;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user