From 8b453098175fae6ffac1365a771b8a414c7e2d67 Mon Sep 17 00:00:00 2001 From: MinaciousGrace Date: Sun, 22 Jan 2017 14:06:58 -0500 Subject: [PATCH] prevent scrolling while activating search from locking the scroll input --- .../BGAnimations/ScreenSelectMusic decorations/songsearch.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/songsearch.lua b/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/songsearch.lua index 32b7ef7575..2fa3cf5a1d 100644 --- a/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/songsearch.lua +++ b/Themes/Til Death/BGAnimations/ScreenSelectMusic decorations/songsearch.lua @@ -54,6 +54,7 @@ local t = Def.ActorFrame{ MESSAGEMAN:Broadcast("BeginningSearch") self:visible(true) active = true + whee:Move(0) SCREENMAN:set_input_redirected(PLAYER_1, true) MESSAGEMAN:Broadcast("RefreshSearchResults") else