mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-09 21:24:36 +00:00
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:
parent
0a06e52d65
commit
eb3645d493
@ -440,6 +440,7 @@ http://www.hardcoded.net/licenses/hs_license
|
||||
- (void)resultsUpdated:(NSNotification *)aNotification
|
||||
{
|
||||
[matches invalidateBuffers];
|
||||
[matches invalidateMarkings];
|
||||
}
|
||||
|
||||
- (BOOL)validateToolbarItem:(NSToolbarItem *)theItem
|
||||
|
Loading…
x
Reference in New Issue
Block a user