mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 03:00:37 +00:00
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:
parent
ba4e5a1834
commit
6358d4df44
16 changed files with 169 additions and 164 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue