[macOS] Update window visible state on deminiaturize.

This commit is contained in:
bruvzg 2024-01-22 11:35:37 +02:00
parent 0bcc0e92b3
commit 7e5bce7090
No known key found for this signature in database
GPG Key ID: 7960FCF39844EC38

View File

@ -362,6 +362,7 @@
}
DisplayServerMacOS::WindowData &wd = ds->get_window(window_id);
wd.is_visible = ([wd.window_object occlusionState] & NSWindowOcclusionStateVisible) && [wd.window_object isVisible];
if ([wd.window_object isKeyWindow]) {
wd.focused = true;
ds->set_last_focused_window(window_id);