CPINInput: add missing framebuffer->blit() calls

Origin commit data
------------------
Branch: ni/coolstream
Commit: 8d959d393a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-04-14 (Sat, 14 Apr 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-04-14 14:25:11 +02:00
parent 0a891bba0b
commit 70a237252b

View File

@@ -833,6 +833,7 @@ int CPINInput::exec( CMenuTarget* parent, const std::string & )
strcat(value, " ");
paint();
frameBuffer->blit();
bool loop = true;
@@ -883,7 +884,7 @@ int CPINInput::exec( CMenuTarget* parent, const std::string & )
}
}
}
frameBuffer->blit();
}
hide();