mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-23 04:05:58 +01:00
layers: fix bottom slide animation (#5307)
modified: src/helpers/WLClasses.cpp
This commit is contained in:
parent
2571875453
commit
647d5a4ffc
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ void SLayerSurface::startAnimation(bool in, bool instant) {
|
||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
// BOTTOM
|
// BOTTOM
|
||||||
prePos = {geometry.x, PMONITOR->vecPosition.y + PMONITOR->vecPosition.y};
|
prePos = {geometry.x, PMONITOR->vecPosition.y + PMONITOR->vecSize.y};
|
||||||
break;
|
break;
|
||||||
case 2:
|
case 2:
|
||||||
// LEFT
|
// LEFT
|
||||||
|
|
Loading…
Reference in a new issue