Skip to content

Commit

Permalink
fix bug where InstantOpen never got reset after opening saves in the …
Browse files Browse the repository at this point in the history
…save browser
  • Loading branch information
jacob1 committed Mar 27, 2014
1 parent 0199648 commit 4e478cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/search/SearchController.cpp
Expand Up @@ -80,6 +80,7 @@ void SearchController::Update()

void SearchController::Exit()
{
InstantOpen(false);
if(ui::Engine::Ref().GetWindow() == searchView)
{
ui::Engine::Ref().CloseWindow();
Expand Down

0 comments on commit 4e478cf

Please sign in to comment.