mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 12:50:40 +00:00
In [setWindowFrameForAttachingToRect:...popUpSelectedItem:]
replaced reference to NSMenuWindow with NSWindow. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@10729 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c511088b01
commit
4d0d7be678
1 changed files with 2 additions and 2 deletions
|
@ -633,8 +633,8 @@
|
|||
}
|
||||
|
||||
// Get the frameRect
|
||||
r = [NSMenuWindow frameRectForContentRect: screenRect
|
||||
styleMask: [_window styleMask]];
|
||||
r = [NSWindow frameRectForContentRect: screenRect
|
||||
styleMask: [_window styleMask]];
|
||||
|
||||
// Update position,if needed, using the preferredEdge;
|
||||
// It seems we should be calling [self resizeWindowWithMaxHeight:];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue