mirror of
https://github.com/hyprwm/Hypr.git
synced 2024-11-08 00:45:58 +01:00
typo
This commit is contained in:
parent
83d69cb233
commit
1749fc7e7a
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ void CWindowManager::refreshDirtyWindows() {
|
|||
if (window.getChildNodeAID() != 0 || window.getNoInterventions() || window.getDock())
|
||||
continue;
|
||||
|
||||
setEffectiveSizePosUsingConrgifig(&window);
|
||||
setEffectiveSizePosUsingConfig(&window);
|
||||
|
||||
const auto PWORKSPACE = getWorkspaceByID(window.getWorkspaceID());
|
||||
|
||||
|
|
Loading…
Reference in a new issue