Skip to content

Commit a950505

Browse files
committed
PBRefController: reload items when checking out branch
This will update the view with the new current branch.
1 parent 82aa6a3 commit a950505

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PBRefController.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ - (void) checkoutRef:(PBRefMenuItem *)sender
4343
return;
4444
}
4545
[historyController.repository reloadRefs];
46+
[commitController rearrangeObjects];
4647
}
4748

4849
- (NSArray *) menuItemsForRef:(PBGitRef *)ref commit:(PBGitCommit *)commit

0 commit comments

Comments
 (0)