Make sure the window does not set itself to autorelease upon closing.
This commit is contained in:
parent
c69b298724
commit
8076255ba8
1 changed files with 1 additions and 0 deletions
|
|
@ -435,6 +435,7 @@ impl Window {
|
|||
));
|
||||
window.non_nil().map(|window| {
|
||||
let title = IdRef::new(NSString::alloc(nil).init_str(&attrs.title));
|
||||
window.setReleasedWhenClosed_(NO);
|
||||
window.setTitle_(*title);
|
||||
window.setAcceptsMouseMovedEvents_(YES);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue