mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 13:45: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;
|
||||
case 1:
|
||||
// BOTTOM
|
||||
prePos = {geometry.x, PMONITOR->vecPosition.y + PMONITOR->vecPosition.y};
|
||||
prePos = {geometry.x, PMONITOR->vecPosition.y + PMONITOR->vecSize.y};
|
||||
break;
|
||||
case 2:
|
||||
// LEFT
|
||||
|
|
Loading…
Reference in a new issue