mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-15 12:03:48 -07:00
textinput: fix typo (#5365)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user