Skip to content

Commit afc0fdd

Browse files
committed
Updating search of the files from current selected commit even though this commit changes
Conflicts: PBGitHistoryController.m
1 parent 574277f commit afc0fdd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

PBGitHistoryController.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,8 @@ - (void) observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(
231231
{
232232
if ([(NSString *)context isEqualToString: @"commitChange"]) {
233233
[self updateKeys];
234-
//[self restoreFileBrowserSelection];
234+
[self restoreFileBrowserSelection];
235+
[self updateSearch:filesSearchField];
235236
}else if ([(NSString *)context isEqualToString: @"treeChange"]) {
236237
[self updateQuicklookForce: NO];
237238
[self saveFileBrowserSelection];

0 commit comments

Comments
 (0)