Updated for change in NSView ivars

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5719 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2000-01-10 02:04:25 +00:00
parent ba4e5a1834
commit 6358d4df44
16 changed files with 169 additions and 164 deletions

View file

@ -310,14 +310,14 @@ Class _nspopupbuttonCellClass = 0;
object: self];
// Attach the popUp
[_cell attachPopUpWithFrame: bounds
[_cell attachPopUpWithFrame: _bounds
inView: self];
// Process events; we start menu events processing by converting
// this event to the menu window, and sending it there.
e = [NSEvent mouseEventWithType: [theEvent type]
location: [[mr window] convertScreenToBase:
[window convertBaseToScreen:
[_window convertBaseToScreen:
[theEvent locationInWindow]]]
modifierFlags: [theEvent modifierFlags]
timestamp: [theEvent timestamp]