implemented changes suggested by review

This commit is contained in:
Gregory John Casamento 2020-08-18 20:23:39 -04:00
parent 1821d34ff2
commit ebafa1786d
2 changed files with 10 additions and 19 deletions

View file

@ -120,12 +120,7 @@
- (void) performFindPanelAction: (id)sender
{
if (_finder == nil)
{
_finder = [[GSTextFinder alloc] init];
}
[self performAction: [sender tag]];
[self validateUserInterfaceAction: sender];
}
- (void) performAction: (NSTextFinderAction)op