From 3352065821b12e0447a2c68026cb92cc17e11beb Mon Sep 17 00:00:00 2001 From: Preston Sumner Date: Wed, 23 Dec 2015 18:08:25 -0700 Subject: [PATCH] Remove delay in disabling zoom slider on selecting Library collection. 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. --- OpenEmu/OEGameCollectionViewController.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OpenEmu/OEGameCollectionViewController.m b/OpenEmu/OEGameCollectionViewController.m index e0bfadf01a..5498dce476 100644 --- a/OpenEmu/OEGameCollectionViewController.m +++ b/OpenEmu/OEGameCollectionViewController.m @@ -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 ?: @"";