Switched from active hover to NSViews acceptsFirstMouse API
Co-authored-by: Nathan <nathan@zed.dev>
This commit is contained in:
parent
88170df7f0
commit
95e661a78c
3 changed files with 10 additions and 3 deletions
|
@ -443,6 +443,7 @@ impl Window {
|
|||
scene_to_render: Default::default(),
|
||||
renderer: Renderer::new(true, fonts),
|
||||
last_fresh_keydown: None,
|
||||
accepts_first_mouse: matches!(options.kind, WindowKind::PopUp),
|
||||
traffic_light_position: options
|
||||
.titlebar
|
||||
.as_ref()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue