Fix #344
This commit is contained in:
parent
9cb1adb37c
commit
e3159f92d1
1 changed files with 4 additions and 1 deletions
|
|
@ -1255,7 +1255,10 @@ impl Workspace {
|
||||||
Into::<CosmicMappedRenderElement<R>>::into(BackdropShader::element(
|
Into::<CosmicMappedRenderElement<R>>::into(BackdropShader::element(
|
||||||
renderer,
|
renderer,
|
||||||
self.backdrop_id.clone(),
|
self.backdrop_id.clone(),
|
||||||
zone,
|
Rectangle::from_loc_and_size(
|
||||||
|
(0, 0),
|
||||||
|
self.output.geometry().size.as_local(),
|
||||||
|
),
|
||||||
0.,
|
0.,
|
||||||
alpha * 0.85,
|
alpha * 0.85,
|
||||||
[0.0, 0.0, 0.0],
|
[0.0, 0.0, 0.0],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue