Skip to content

Commit

Permalink
Remove delay in disabling zoom slider on selecting Library collection.
Browse files Browse the repository at this point in the history
This removes the visible delay in disabling the zoom slider when
switching from a non-Library to the Library collection when the Library
is in list mode.
  • Loading branch information
robotoad committed Dec 24, 2015
1 parent b949b04 commit 3352065
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions OpenEmu/OEGameCollectionViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ - (void)viewWillAppear
{
[super viewWillAppear];

[self OE_setupToolbarStatesForViewTag:self.selectedViewTag];

OESearchField *searchField = self.libraryController.toolbar.searchField;
searchField.enabled = YES;
searchField.stringValue = self.currentSearchTerm ?: @"";
Expand Down

0 comments on commit 3352065

Please sign in to comment.