Fix popup shows behind always_on_top parent.
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user