mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-11 02:01:53 -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;
|
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
|
||||||
|
Reference in New Issue
Block a user