mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
CStringInput: Fix commit ba22d3f1aa
- Don't paint background on NEUTRINO_ICON_NUMERIC_PAD
Origin commit data
------------------
Commit: 8004604957
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-12-29 (Sun, 29 Dec 2013)
This commit is contained in:
@@ -604,7 +604,7 @@ void CStringInput::paint(bool sms)
|
||||
if (sms)
|
||||
{
|
||||
frameBuffer->getIconSize(NEUTRINO_ICON_NUMERIC_PAD, &icol_w, &icol_h);
|
||||
frameBuffer->paintIcon(NEUTRINO_ICON_NUMERIC_PAD, x + (width/2) - (icol_w/2), tmp_y, 0, 1, true, true, COL_MENUCONTENT_TEXT);
|
||||
frameBuffer->paintIcon(NEUTRINO_ICON_NUMERIC_PAD, x + (width/2) - (icol_w/2), tmp_y);
|
||||
|
||||
//buttonbar
|
||||
::paintButtons(x, y+ hheight+ bheight, width, CStringInputSMSButtonsCount, CStringInputSMSButtons, width, fheight);
|
||||
|
Reference in New Issue
Block a user