renderer: render blur on fade out (#10356)
This commit is contained in:
parent
60cd5b7a48
commit
f58bb72d3a
8 changed files with 90 additions and 45 deletions
|
|
@ -1149,7 +1149,7 @@ bool CWindow::opaque() {
|
|||
if (m_wlSurface->small() && !m_wlSurface->m_fillIgnoreSmall)
|
||||
return false;
|
||||
|
||||
if (PWORKSPACE->m_alpha->value() != 1.f)
|
||||
if (PWORKSPACE && PWORKSPACE->m_alpha->value() != 1.f)
|
||||
return false;
|
||||
|
||||
if (m_isX11 && m_xwaylandSurface && m_xwaylandSurface->m_surface && m_xwaylandSurface->m_surface->m_current.texture)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue