mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 16:25:59 +01:00
IME: don't set modifiers on grab destroy
This commit is contained in:
parent
bc3f5b94eb
commit
ffd7217243
1 changed files with 0 additions and 4 deletions
|
@ -122,10 +122,6 @@ void CInputMethodRelay::onNewIME(wlr_input_method_v2* pIME) {
|
||||||
|
|
||||||
Debug::log(LOG, "IME TextInput Keyboard Grab destroy");
|
Debug::log(LOG, "IME TextInput Keyboard Grab destroy");
|
||||||
|
|
||||||
if (m_pKeyboardGrab->pKeyboard) {
|
|
||||||
wlr_seat_keyboard_notify_modifiers(g_pCompositor->m_sSeat.seat, &m_pKeyboardGrab->pKeyboard->modifiers);
|
|
||||||
}
|
|
||||||
|
|
||||||
m_pKeyboardGrab.reset(nullptr);
|
m_pKeyboardGrab.reset(nullptr);
|
||||||
},
|
},
|
||||||
m_pKeyboardGrab.get(), "IME Keyboard Grab");
|
m_pKeyboardGrab.get(), "IME Keyboard Grab");
|
||||||
|
|
Loading…
Reference in a new issue