scan: blit() after channel updates

Origin commit data
------------------
Branch: ni/coolstream
Commit: 4ed9fd2c3b
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-07-30 (Mon, 30 Jul 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2012-07-30 19:25:36 +02:00
parent 5b5c4603e0
commit 2d915ee6fe

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