bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RFC]: Window focus changes


From: Adam Fedor
Subject: Re: [RFC]: Window focus changes
Date: Fri, 31 Oct 2003 13:06:26 -0700


On Friday, October 31, 2003, at 06:54 AM, Benhur Stein wrote:
When the window initially gets the click, it calls
-activateIgnoringOtherApps:, which orders all the windows front and
makes the key window key again (i.e. the previous key window). Then the
window that got the click makes itself key.  I'm not sure how to solve
that one.
Why not just calling activate.. after setting the window as Key?
The attached patch does that.
The activate.. method is put inside the if (!closed). In which situation would a closed
window receive a mouseDown? And should it activate the app then?



Yes, I should have realized that would work. Thanks for the patch.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]