mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 11:45:58 +01:00
update animated deco values after setprop
This commit is contained in:
parent
da23ec847e
commit
12e293e309
1 changed files with 2 additions and 0 deletions
|
@ -901,6 +901,8 @@ std::string dispatchSetProp(std::string request) {
|
|||
}
|
||||
} catch (std::exception& e) { return "error in parsing prop value: " + std::string(e.what()); }
|
||||
|
||||
g_pCompositor->updateAllWindowsAnimatedDecorationValues();
|
||||
|
||||
return "ok";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue