diff options
author | Vaxry <[email protected]> | 2024-03-28 02:28:16 +0000 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-03-28 02:28:22 +0000 |
commit | 25718754534d0ccd87b198b63459497e63887f35 (patch) | |
tree | 6db228d023bc8448b81ab19a47a6821b6242da57 /src/managers/input/TextInput.cpp | |
parent | c24034eb9d33f104f9e1f9016d93a2600dba2a92 (diff) | |
download | Hyprland-25718754534d0ccd87b198b63459497e63887f35.tar.gz Hyprland-25718754534d0ccd87b198b63459497e63887f35.zip |
format: fix format
Diffstat (limited to 'src/managers/input/TextInput.cpp')
-rw-r--r-- | src/managers/input/TextInput.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/managers/input/TextInput.cpp b/src/managers/input/TextInput.cpp index 7bb6c81a..39a03c91 100644 --- a/src/managers/input/TextInput.cpp +++ b/src/managers/input/TextInput.cpp @@ -88,10 +88,10 @@ void CTextInput::onDisabled() { } if (!focusedSurface()) - return; + return; if (!isV3()) - leave(); + leave(); hyprListener_surfaceDestroyed.removeCallback(); hyprListener_surfaceUnmapped.removeCallback(); |