Skip to content

Commit a60dfa3

Browse files
committed
Animation
1 parent 10b9fa0 commit a60dfa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PBGitWindowController.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,11 +241,11 @@ - (void)collapseSplitView:(NSSplitView *)sp show:(BOOL)show{
241241
}else{
242242
clipFrame.size.height = kGitSplitViewMinWidth * show;
243243
}
244-
[clipview setFrame:clipFrame];
244+
245+
[[clipview animator] setFrame:clipFrame];
245246
[sp adjustSubviews];
246247
}
247248

248-
249249
#pragma mark -
250250
#pragma mark SplitView Delegates
251251

0 commit comments

Comments
 (0)