mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Reset the selectedCommitBeforeCommit after revisions update.
This fixes a bug where selecting a branch in the sidebar did not select the branch head in the revision list.
This commit is contained in:
@@ -409,6 +409,7 @@
|
||||
{
|
||||
selectedCommitBeforeRefresh = selectedCommit;
|
||||
[repository forceUpdateRevisions];
|
||||
selectedCommitBeforeRefresh = NULL;
|
||||
}
|
||||
|
||||
- (void) updateView
|
||||
|
||||
Reference in New Issue
Block a user