textInput: don't double destroy TI
This commit is contained in:
parent
31963f823b
commit
86852cdc78
1 changed files with 0 additions and 1 deletions
|
|
@ -135,7 +135,6 @@ static void destroyTI(wl_resource* resource) {
|
||||||
|
|
||||||
TI->pTextInput->hyprListener_textInputDestroy.emit(nullptr);
|
TI->pTextInput->hyprListener_textInputDestroy.emit(nullptr);
|
||||||
|
|
||||||
g_pInputManager->m_sIMERelay.removeTextInput(TI->pTextInput);
|
|
||||||
g_pProtocolManager->m_pTextInputV1ProtocolManager->removeTI(TI);
|
g_pProtocolManager->m_pTextInputV1ProtocolManager->removeTI(TI);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue