NSApplication: Windows menu manipulation fixes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16431 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Sergii Stoian 2003-04-11 12:43:23 +00:00
parent 2e4c41319e
commit 34f48b57a7

View file

@ -1,9 +1,20 @@
2003-04-11 Michael Hanni <michael@deviant-behavior.com>
* Source/NSApplication.m:
(updateWindowsItem:): call to sizeToFit removed. NSMenuItemCell
manipulation removed which the cell makes internally anyways.
2003-04-11 Serg Stoyan <stoyan@hologr.com>
* Source/NSPopUpButton.m:
(mouseDown): Set menu view's highlightedItemIndex to
lastSelectedItem if result index is -1. Comments added.
* Source/NSApplication.m:
(setImageForWindowsItem:): implemented.
(changeWindowsItem:title:filename:): call setImageForWindowsItem:
added. TODO: removed from comment.
2003-04-10 Serg Stoyan <stoyan@hologr.com>
* Source/NSPopUpButton.m: