mirror of
https://github.com/hyprwm/Hyprland
synced 2025-12-27 12:30:06 +01:00
parent
9b3f71390c
commit
fda9790cde
1 changed files with 1 additions and 1 deletions
|
|
@ -717,7 +717,7 @@ void IHyprLayout::changeWindowFloatingMode(PHLWINDOW pWindow) {
|
|||
|
||||
pWindow->m_bPinned = false;
|
||||
|
||||
g_pHyprRenderer->damageWindow(pWindow);
|
||||
g_pHyprRenderer->damageWindow(pWindow, true);
|
||||
|
||||
const auto TILED = isWindowTiled(pWindow);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue