NSMenuView: isOpaque implemented. update imporving

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16433 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Sergii Stoian 2003-04-11 12:54:57 +00:00
parent ea951e6cba
commit 69ed1dbdcf

View file

@ -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 <stoyan@hologr.com>