Patched gmodel code to make visible the visible windows of main gmodel

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6171 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2000-03-04 20:42:27 +00:00
parent f9c20e9cd6
commit 01de4c815e

View file

@ -1,3 +1,11 @@
Sat Mar 4 20:39:02 2000 Nicola Pero <n.pero@mi.flashnet.it>
* Model/GMAppKit.m ([NSWindow -initWithModelUnarchiver:]):
OrderFrontRegardless the window if it is visible, so that visible
windows from the main gmodel - which is loaded before the app is
activated - are ordered front correctly. This is not yet a
complete solution - see comment in the source.
Sat Mar 4 18:34:47 2000 Nicola Pero <n.pero@mi.flashnet.it>
Fixed major problem with creating gmodels from nibs on MACOSX.