gnustep-dev
[Top][All Lists]
Advanced

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

Last change in NSMenuView.m


From: Germán Arias
Subject: Last change in NSMenuView.m
Date: Mon, 17 Jan 2011 00:46:05 -0600

Hi Greg.

The addition at lines 1660 and 1661 in NSMenuView.m:

&& anAttachedMenu != nil

added an odd behavior at menu in window. This is because if you move the
mouse outside a submenu, the horizontal menu retrieves the mouse
tracking. But if the mouse is outside this too, the submenu is closed.
Then in next loop,there isn't an attached menu, and the code to handle
the menu in window is not executed, and variable "space" never arrive to
2. Then we can't break the loop. We need add 1 to variable "space" even
when there isn't an attached menu. Or I think so, I will test this
tomorrow.




reply via email to

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