From f8c39f3df85d752cb696c4fa99bfea19b04e689f Mon Sep 17 00:00:00 2001 From: nico Date: Sat, 4 Mar 2000 20:42:27 +0000 Subject: [PATCH] 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 --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index ea655b996..71ee8a507 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sat Mar 4 20:39:02 2000 Nicola Pero + + * 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 Fixed major problem with creating gmodels from nibs on MACOSX.