Menu display improvments

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16040 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2003-02-21 23:50:21 +00:00
parent 441fb9b0bd
commit e8b35c9d11
5 changed files with 80 additions and 52 deletions

View file

@ -335,7 +335,7 @@ Class _nspopupbuttonCellClass = 0;
eventNumber: [theEvent eventNumber]
clickCount: [theEvent clickCount]
pressure: [theEvent pressure]];
[menuWindow sendEvent: e];
[NSApp sendEvent: e];
// Selection remains unchanged if selected item is disabled
highlightedItemIndex = [mr highlightedItemIndex];