From 397bf61b813ba51b01ffccfe814c92d318a4b1cb Mon Sep 17 00:00:00 2001 From: nico Date: Wed, 5 Feb 2003 04:06:47 +0000 Subject: [PATCH] Fixed drawing images above key equivs in popup buttons git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15884 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index db4da9bd6..e4c1fe9a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Feb 5 04:56:45 2003 Serg Stoyan + + * Source/NSMenuItemCell.m ([-drawKeyEquivalentWithFrame:inView:]): + Do not draw the key equivalent if we are owned by a popup, and are + drawing the small popup image. + Wed Feb 5 04:42:16 2003 Serg Stoyan * Source/NSPrintOperation.m ([-_printOperationDidRun:success: