tiling: Don't render popups for maximized elements
This commit is contained in:
parent
ea14033d06
commit
c79c75eae7
1 changed files with 3 additions and 1 deletions
|
|
@ -4999,7 +4999,9 @@ where
|
||||||
} else {
|
} else {
|
||||||
window_elements.extend(w_elements);
|
window_elements.extend(w_elements);
|
||||||
}
|
}
|
||||||
popup_elements.extend(p_elements)
|
if !mapped.is_maximized(false) {
|
||||||
|
popup_elements.extend(p_elements);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue