From 70a237252bbd764e855f40f99a922005adc1b7a5 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Sat, 14 Apr 2012 14:25:11 +0200 Subject: [PATCH] CPINInput: add missing framebuffer->blit() calls Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/8d959d393ae64a737b6125cb50797e3809c87f5f Author: Stefan Seyfried Date: 2012-04-14 (Sat, 14 Apr 2012) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/gui/widget/stringinput.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gui/widget/stringinput.cpp b/src/gui/widget/stringinput.cpp index f77a609d6..4fcef5461 100644 --- a/src/gui/widget/stringinput.cpp +++ b/src/gui/widget/stringinput.cpp @@ -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();