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
This commit is contained in:
hsoft 2009-11-02 14:40:29 +00:00
parent 0a06e52d65
commit eb3645d493
1 changed files with 1 additions and 0 deletions

View File

@ -440,6 +440,7 @@ http://www.hardcoded.net/licenses/hs_license
- (void)resultsUpdated:(NSNotification *)aNotification
{
[matches invalidateBuffers];
[matches invalidateMarkings];
}
- (BOOL)validateToolbarItem:(NSToolbarItem *)theItem