mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Updating search of the files from current selected commit even though this commit changes
Conflicts: PBGitHistoryController.m
This commit is contained in:
@@ -231,7 +231,8 @@
|
||||
{
|
||||
if ([(NSString *)context isEqualToString: @"commitChange"]) {
|
||||
[self updateKeys];
|
||||
//[self restoreFileBrowserSelection];
|
||||
[self restoreFileBrowserSelection];
|
||||
[self updateSearch:filesSearchField];
|
||||
}else if ([(NSString *)context isEqualToString: @"treeChange"]) {
|
||||
[self updateQuicklookForce: NO];
|
||||
[self saveFileBrowserSelection];
|
||||
|
||||
Reference in New Issue
Block a user