Fix auto-complete failure
This commit is contained in:
parent
b5b2adc5a2
commit
72d9472674
1 changed files with 1 additions and 1 deletions
|
@ -376,7 +376,7 @@ void Connection::processEvents()
|
|||
if (m_keyboardBeforeSuspend && !m_keyboard) {
|
||||
emit hasKeyboardChanged(false);
|
||||
}
|
||||
if (m_alphaNumericKeyboardBeforeSuspend && !m_alphaNumericKeyboardBeforeSuspend) {
|
||||
if (m_alphaNumericKeyboardBeforeSuspend && !m_alphaNumericKeyboard) {
|
||||
emit hasAlphaNumericKeyboardChanged(false);
|
||||
}
|
||||
if (m_pointerBeforeSuspend && !m_pointer) {
|
||||
|
|
Loading…
Reference in a new issue