Skip to content

Commit

Permalink
prevent scrolling while activating search from locking the scroll input
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Jan 22, 2017
1 parent 9f8c9a7 commit 8b45309
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b45309

Please sign in to comment.