*** empty log message ***
This commit is contained in:
parent
8d8a4cf620
commit
f99d339ddf
|
|
@ -1039,6 +1039,8 @@ bool osxGraphicsWindow::OSOpenWindow(WindowProperties &req_properties)
|
|||
NSWindow* childWindow = [[NSWindow alloc] initWithWindowRef:_osx_window];
|
||||
|
||||
[childWindow setFrameOrigin:origin];
|
||||
[childWindow setAcceptsMouseMovedEvents:YES];
|
||||
[childWindow setBackgroundColor:[NSColor blackColor]];
|
||||
[parentWindow addChildWindow:childWindow ordered:NSWindowAbove];
|
||||
[childWindow orderFront:nil];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue