scan: blit() after channel updates

This commit is contained in:
Stefan Seyfried
2012-07-30 19:25:36 +02:00
parent 3c70411d5a
commit 4ed9fd2c3b

View File

@@ -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;
}