Fix popup shows behind always_on_top parent.

This commit is contained in:
Zae
2024-12-10 01:35:25 +08:00
parent aa8d9b83f6
commit 2211b1bf91
5 changed files with 44 additions and 14 deletions
+1 -1
View File
@@ -194,7 +194,7 @@
}
// Restore on-top state.
if (wd.on_top) {
if (ds->is_always_on_top_recursive(window_id)) {
[wd.window_object setLevel:NSFloatingWindowLevel];
}