mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 15:45:59 +01:00
deco: fix missing border on togglefloating (#4305)
modified: src/managers/KeybindManager.cpp
This commit is contained in:
parent
33fe3a2e7f
commit
94d6b2d2c1
1 changed files with 1 additions and 0 deletions
|
@ -751,6 +751,7 @@ void CKeybindManager::toggleActiveFloating(std::string args) {
|
|||
while (curr != PCURRENT) {
|
||||
curr->m_bIsFloating = PCURRENT->m_bIsFloating;
|
||||
curr->updateDynamicRules();
|
||||
curr->updateSpecialRenderData();
|
||||
curr = curr->m_sGroupData.pNextWindow;
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue