From eb3645d4932f57919d906bbe56f21e18ca148ba9 Mon Sep 17 00:00:00 2001 From: hsoft Date: Mon, 2 Nov 2009 14:40:29 +0000 Subject: [PATCH] Fixed a bug where the mark state of a switched dupe would not be refreshed immediately on Make Selected Reference. --HG-- extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40238 --- base/cocoa/ResultWindow.m | 1 + 1 file changed, 1 insertion(+) diff --git a/base/cocoa/ResultWindow.m b/base/cocoa/ResultWindow.m index d9ee413c..1a010610 100644 --- a/base/cocoa/ResultWindow.m +++ b/base/cocoa/ResultWindow.m @@ -440,6 +440,7 @@ http://www.hardcoded.net/licenses/hs_license - (void)resultsUpdated:(NSNotification *)aNotification { [matches invalidateBuffers]; + [matches invalidateMarkings]; } - (BOOL)validateToolbarItem:(NSToolbarItem *)theItem