mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 12:26:00 +01:00
textinput: fix typo (#5365)
This commit is contained in:
parent
8cb38d41d2
commit
ecc1f22e05
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ void CTextInput::leave() {
|
|||
return;
|
||||
|
||||
enterLocks--;
|
||||
if (enterLocks != 1) {
|
||||
if (enterLocks != 0) {
|
||||
Debug::log(ERR, "BUG THIS: TextInput has != 0 locks in leave");
|
||||
enterLocks = 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue