From 2d915ee6fea69fc8b52949d9a1eb90c292eb83f9 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Mon, 30 Jul 2012 19:25:36 +0200 Subject: [PATCH] scan: blit() after channel updates Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/4ed9fd2c3bbf0d40ef5b41de6aa7f10959944b77 Author: Stefan Seyfried Date: 2012-07-30 (Mon, 30 Jul 2012) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/scan.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/scan.cpp b/src/gui/scan.cpp index 6c2e27008..0cc1a8d7f 100644 --- a/src/gui/scan.cpp +++ b/src/gui/scan.cpp @@ -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; }