scan: make radar display more smooth

Origin commit data
------------------
Branch: ni/coolstream
Commit: cc02aec30a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-11-03 (Sat, 03 Nov 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-11-03 12:33:16 +01:00
parent d192d0710e
commit 0ffa8a1583

View File

@@ -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: