mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-07-31 04:01:56 -07:00
layers: fix bottom slide animation (#5307)
modified: src/helpers/WLClasses.cpp
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user