From c9d93d5b72952bc716aa57a7a3a69973aebe2360 Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Thu, 14 Feb 2002 13:46:36 +0000 Subject: [PATCH] Fixed to draw more efficiently the popup buttons git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12545 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index 097c9c30f..eb28e3d55 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Thu Feb 14 10:45:48 2002 Nicola Pero + Michael Hanni + + * Source/NSMenuItemCell.m ([-drawStateImageWithFrame:inView:]): + Exit as soon as possible if we have no state image to draw. + ([-imageRectForBounds:]), ([-titleRectForBounds:]): Do not pad for + the state image if the state image has no width. + * Source/NSPopUpButtonCell.m ([-insertItemWithTitle:atIndex:]): + Set the On and Mixed image of the new menu item to nil. + ([-selectItem:]): Do not call setChangesState: NO on the selected + menu item. + 2002-02-13 Richard Frith-Macdonald * Source/GSTextStoarge.m: Add GSIMap option for minor performance