NSMenuView.m and NSMenuItemCell.m changes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16260 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Sergii Stoian 2003-03-25 15:37:38 +00:00
parent 21ffe25ac7
commit 97d6daf4dc

View file

@ -1,9 +1,16 @@
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 items > 0 instead of > 1 (fixes size problem when there is 1 item in
popup button's menu).
* Source/NSMenuView.m
(setWindowFrameForAttachingToRect:): call sizeToFit only if cell's
frame changed (patch by Michael Hanni). 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.
* Source/NSMenuItemCell.m
(imageRectForBounds:): removed pad adding between state image and
title image and text, because [NSMenuView sizeToFit] do this.
(titleRectForBounds:): ditto.
2003-03-24 Adam Fedor <fedor@gnu.org>