From eeefe3d6ed696bc0b2cc33bf0975e689d9811804 Mon Sep 17 00:00:00 2001 From: nico Date: Tue, 3 Jul 2001 18:17:06 +0000 Subject: [PATCH] Very simple and ineffective optms in drawing menu title and popupbuttons git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10284 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0257e0bee..f04d28660 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Tue Jul 3 18:46:38 2001 Nicola Pero + + * Source/NSMenu.m ([NSMenuWindowTitleView -drawRect:]): Cache + the title attributes used when drawing. + * Source/NSPopUpButton.m ([-mouseDown:]): Trivial rearrangement to + spare two method calls. + Fri Jun 29 11:18:44 2001 Nicola Pero * Headers/gnustep/gui/AppKit.h: Include NSWindowController.h