mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +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;
|
delete (unsigned char*) data;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
/* almost all messages paint something, so blit here */
|
||||||
|
frameBuffer->blit();
|
||||||
return msg;
|
return msg;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user