From 0ffa8a158366ffe9a8470e8b16467e101dff90bb Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Sat, 3 Nov 2012 12:33:16 +0100 Subject: [PATCH] scan: make radar display more smooth Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/cc02aec30a53573583dfd9dad0ee49799fe727b7 Author: Stefan Seyfried Date: 2012-11-03 (Sat, 03 Nov 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, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/scan.cpp b/src/gui/scan.cpp index 9afd773ae..a794db4f2 100644 --- a/src/gui/scan.cpp +++ b/src/gui/scan.cpp @@ -408,7 +408,7 @@ neutrino_msg_t CScanTs::handleMsg(neutrino_msg_t msg, neutrino_msg_data_t data) sprintf(buffer, "%u", data); xpos_frequency = g_Font[SNeutrinoSettings::FONT_TYPE_MENU]->getRenderWidth(buffer, true); paintLine(xpos2, ypos_frequency, xpos_frequency, buffer); - paintRadar(); + //paintRadar(); break; case NeutrinoMessages::EVT_SCAN_REPORT_FREQUENCYP: