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:
Fred Kiefer 2011-09-15 07:54:12 +00:00
parent 280ec14edf
commit ae8debf43d
2 changed files with 1041 additions and 1035 deletions

View file

@ -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>
* GormCore/GormStandaloneViewEditor.h:

View file

@ -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)