mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 03:50:39 +00:00
implemented changes suggested by review
This commit is contained in:
parent
1821d34ff2
commit
ebafa1786d
2 changed files with 10 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue