Fix desktop grid border activation

BUG: 442518
FIXED-IN: 5.23
This commit is contained in:
Jan Blackquill 2021-09-20 14:34:11 -04:00
parent 6ead28a6a1
commit b376f8832f

View file

@ -785,7 +785,7 @@ bool DesktopGridEffect::borderActivated(ElectricBorder border)
return false;
if (effects->activeFullScreenEffect() && effects->activeFullScreenEffect() != this)
return true;
// toggle();
toggle();
return true;
}