Extract WindowAttributes from the BuilderAttribs
This commit is contained in:
parent
c244f8c033
commit
48fe9b2644
12 changed files with 106 additions and 67 deletions
|
|
@ -219,7 +219,7 @@ impl Window {
|
|||
|
||||
let state = &mut *self.delegate_state;
|
||||
|
||||
if builder.multitouch {
|
||||
if builder.window.multitouch {
|
||||
let _: () = msg_send![state.view, setMultipleTouchEnabled:YES];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue