mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 12:01:16 +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
|
@ -1,3 +1,9 @@
|
||||||
|
2011-09-15 Fred Kiefer <FredKiefer@gmx.de>
|
||||||
|
|
||||||
|
* Palettes/0Menu/GormMenuEditor.m: Change becomeMainWindow call
|
||||||
|
to makeMainWindow.
|
||||||
|
Patch by Matt Rice <ratmice@gmail.com>
|
||||||
|
|
||||||
2011-05-17 20:43-EDT Gregory John Casamento <greg.casamento@gmail.com>
|
2011-05-17 20:43-EDT Gregory John Casamento <greg.casamento@gmail.com>
|
||||||
|
|
||||||
* GormCore/GormStandaloneViewEditor.h:
|
* GormCore/GormStandaloneViewEditor.h:
|
||||||
|
|
|
@ -126,7 +126,7 @@
|
||||||
NSPoint loc = [theEvent locationInWindow];
|
NSPoint loc = [theEvent locationInWindow];
|
||||||
NSView *hit = [super hitTest: loc];
|
NSView *hit = [super hitTest: loc];
|
||||||
|
|
||||||
[[self window] becomeMainWindow];
|
[[self window] makeMainWindow];
|
||||||
[[self window] makeFirstResponder: self];
|
[[self window] makeFirstResponder: self];
|
||||||
|
|
||||||
if (hit == rep)
|
if (hit == rep)
|
||||||
|
|
Loading…
Reference in a new issue