mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-23 19:51:00 +00:00
Patch by Matt Rice <ratmice@gmail.com>
* Palettes/0Menu/GormMenuEditor.m: Change becomeMainWindow call to makeMainWindow. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@33839 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
280ec14edf
commit
ae8debf43d
2 changed files with 1041 additions and 1035 deletions
|
@ -126,7 +126,7 @@
|
|||
NSPoint loc = [theEvent locationInWindow];
|
||||
NSView *hit = [super hitTest: loc];
|
||||
|
||||
[[self window] becomeMainWindow];
|
||||
[[self window] makeMainWindow];
|
||||
[[self window] makeFirstResponder: self];
|
||||
|
||||
if (hit == rep)
|
||||
|
|
Loading…
Reference in a new issue