Fix desktop grid border activation
BUG: 442518 FIXED-IN: 5.23
This commit is contained in:
parent
6ead28a6a1
commit
b376f8832f
1 changed files with 1 additions and 1 deletions
|
@ -785,7 +785,7 @@ bool DesktopGridEffect::borderActivated(ElectricBorder border)
|
|||
return false;
|
||||
if (effects->activeFullScreenEffect() && effects->activeFullScreenEffect() != this)
|
||||
return true;
|
||||
// toggle();
|
||||
toggle();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue