Switched from active hover to NSViews acceptsFirstMouse API
This commit is contained in:
parent
4eeb1aec50
commit
88170df7f0
6 changed files with 24 additions and 11 deletions
|
@ -408,6 +408,7 @@ pub fn build_window_options() -> WindowOptions<'static> {
|
|||
kind: WindowKind::Normal,
|
||||
is_movable: true,
|
||||
screen: None,
|
||||
accepts_first_mouse: false,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue