From f7d80768db2c83ed9a8be173074745e459fbc1b9 Mon Sep 17 00:00:00 2001 From: stoyan Date: Fri, 11 Apr 2003 12:54:57 +0000 Subject: [PATCH] NSMenuView: isOpaque implemented. update imporving git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16433 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 720637814..b7a4d3058 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,11 @@ * Source/NSApplication.m: (updateWindowsItem:): call to sizeToFit removed. NSMenuItemCell manipulation removed which the cell makes internally anyways. + + * Source/NSMenuView.m: + (- update:): if we are a popup bail out before messing around + with titleview buttons. + (isOpaque): method added. We are opaque after all. 2003-04-11 Serg Stoyan