shell: Fix rendering top-layer surfaces
This commit is contained in:
parent
1868f6b0f7
commit
cb135d7304
1 changed files with 1 additions and 1 deletions
|
|
@ -505,7 +505,7 @@ where
|
|||
elements.extend(overlay_popups.into_iter().map(Into::into));
|
||||
elements.extend(overlay_elements.into_iter().map(Into::into));
|
||||
|
||||
let mut window_elements = if has_fullscreen {
|
||||
let mut window_elements = if !has_fullscreen {
|
||||
let (top_elements, top_popups) =
|
||||
split_layer_elements(renderer, output, Layer::Top, exclude_workspace_overview);
|
||||
elements.extend(top_popups.into_iter().map(Into::into));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue