From 144f39b4ea134ab3efc0d47d99ce81cb5c91cdd8 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Wed, 2 Jul 2008 13:02:57 +0000 Subject: revert that scroll engine stuff... good in theory, but broken. commit a band-aid fix for FS#9140 which is fine untill someone decides to not use the whole screen for it... git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17916 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/yesno.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps') diff --git a/apps/gui/yesno.c b/apps/gui/yesno.c index 40d1ed4..297f7f8 100644 --- a/apps/gui/yesno.c +++ b/apps/gui/yesno.c @@ -145,6 +145,7 @@ enum yesno_res gui_syncyesno_run(const struct text_message * main_message, yn[i].display=&screens[i]; yn[i].vp = &vp[i]; viewport_set_defaults(yn[i].vp, i); + screens[i].stop_scroll(); gui_yesno_draw(&(yn[i])); } while (result==-1) -- cgit v1.1