From a60dfa3d99fbb5604afad5a304d8343ff5a937f5 Mon Sep 17 00:00:00 2001 From: German Laullon Date: Wed, 2 Mar 2011 16:12:12 -0800 Subject: [PATCH] Animation --- PBGitWindowController.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PBGitWindowController.m b/PBGitWindowController.m index b2d6b77..498ddec 100644 --- a/PBGitWindowController.m +++ b/PBGitWindowController.m @@ -241,11 +241,11 @@ }else{ clipFrame.size.height = kGitSplitViewMinWidth * show; } - [clipview setFrame:clipFrame]; + + [[clipview animator] setFrame:clipFrame]; [sp adjustSubviews]; } - #pragma mark - #pragma mark SplitView Delegates