reenable blur for wayland

--as it appears the crash and the support
for blur has been fixed for Plasma 5.13
pull/2/head
Michail Vourlakos 7 years ago
parent da5cb9c61f
commit 9e8406c419

@ -1524,9 +1524,9 @@ void DockView::updateEffects()
{
//! CRASH: Dont update effects under wayland
//! because they arent supported yet
if (KWindowSystem::isPlatformWayland()) {
return;
}
//if (KWindowSystem::isPlatformWayland()) {
// return;
//}
if (!m_behaveAsPlasmaPanel) {
if (m_drawEffects && !m_effectsArea.isNull() && !m_effectsArea.isEmpty()) {

Loading…
Cancel
Save