missed applyfromwlr

This commit is contained in:
Vaxry 2023-11-04 15:41:07 +00:00
parent 2245858986
commit 5fb595291d
1 changed files with 2 additions and 0 deletions

View File

@ -1435,6 +1435,8 @@ void CHyprRenderer::arrangeLayerArray(CMonitor* pMonitor, const std::vector<std:
apply_exclusive(usableArea->pWlr(), PSTATE->anchor, PSTATE->exclusive_zone, PSTATE->margin.top, PSTATE->margin.right, PSTATE->margin.bottom, PSTATE->margin.left);
usableArea->applyFromWlr();
if (Vector2D{box.width, box.height} != OLDSIZE)
wlr_layer_surface_v1_configure(ls->layerSurface, box.width, box.height);