summaryrefslogtreecommitdiffstats
path: root/gui/console.cpp
diff options
context:
space:
mode:
authorDees Troy <dees_troy@teamw.in>2013-07-01 22:34:53 +0200
committerGerrit Code Review <gerrit@5.9.244.119>2013-07-01 22:34:53 +0200
commitc322a1bc501ae6c37db1231ac48071b616c95354 (patch)
tree26a029a04c28ff05a8e3b1d5a1f343f93a29119c /gui/console.cpp
parentMerge "verifier_test : fix the call to verify_file" into twrp2.5 (diff)
parentDo not render the GUI when the blanktimer turns off the display. (diff)
downloadandroid_bootable_recovery-c322a1bc501ae6c37db1231ac48071b616c95354.tar
android_bootable_recovery-c322a1bc501ae6c37db1231ac48071b616c95354.tar.gz
android_bootable_recovery-c322a1bc501ae6c37db1231ac48071b616c95354.tar.bz2
android_bootable_recovery-c322a1bc501ae6c37db1231ac48071b616c95354.tar.lz
android_bootable_recovery-c322a1bc501ae6c37db1231ac48071b616c95354.tar.xz
android_bootable_recovery-c322a1bc501ae6c37db1231ac48071b616c95354.tar.zst
android_bootable_recovery-c322a1bc501ae6c37db1231ac48071b616c95354.zip
Diffstat (limited to 'gui/console.cpp')
-rw-r--r--gui/console.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/console.cpp b/gui/console.cpp
index 8a7a85ea3..ee3b5e580 100644
--- a/gui/console.cpp
+++ b/gui/console.cpp
@@ -274,6 +274,7 @@ int GUIConsole::Update(void)
{
// They're still touching, so re-render
Render();
+ mLastTouchY = -1;
return 2;
}
return 0;