mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 02:41:01 +00:00
NSMenuView.m mouse tracking code changes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16265 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
360bfffc6f
commit
f3630c00ae
1 changed files with 10 additions and 4 deletions
14
ChangeLog
14
ChangeLog
|
@ -1,16 +1,22 @@
|
|||
2003-03-25 Serg Stoyan <stoyan@on.com.ua>
|
||||
|
||||
* Source/NSMenuView.m
|
||||
(setWindowFrameForAttachingToRect:): call sizeToFit only if cell's
|
||||
frame changed (patch by Michael Hanni). Compute frame if number of
|
||||
(setWindowFrameForAttachingToRect:):Compute frame if number of
|
||||
items > 0 instead of > 1 (fixes size problem when there is 1 item
|
||||
in popup button's menu).
|
||||
(sizeToFit): optimized and fixed offset calculation.
|
||||
(sizeToFit): optimized and fixed offsets calculation.
|
||||
|
||||
* Source/NSMenuItemCell.m
|
||||
(imageRectForBounds:): removed pad adding between state image and
|
||||
title image and text, because [NSMenuView sizeToFit] do this.
|
||||
title image and text, because [NSMenuView sizeToFit] does this.
|
||||
(titleRectForBounds:): ditto.
|
||||
|
||||
2003-03-25 Michael Hanni <michael@deviant-behavior.com>
|
||||
|
||||
* Source/NSMenuView.m (-trackWithEvent:): reset highlighted items in a
|
||||
submenu that we leave for a supermenu.
|
||||
(setWindowFrameForAttachingToRect:): call sizeToFit only if cell's
|
||||
frame changed.
|
||||
|
||||
2003-03-24 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
|
|
Loading…
Reference in a new issue