Skip to content

Commit 2cd2886

Browse files
authored
Set keyboard_showed in WidgetTextInput::SetKeyboardActive (#953)
Fixes a regression in bf24467 where keyboard_showed was never set, but still read by SetKeyboardActive
1 parent b9a1a75 commit 2cd2886

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Source/Core/Elements/WidgetTextInput.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1618,6 +1618,8 @@ void WidgetTextInput::SetKeyboardActive(bool active)
16181618
{
16191619
system->DeactivateKeyboard();
16201620
}
1621+
1622+
keyboard_showed = active;
16211623
}
16221624

16231625
float WidgetTextInput::GetLineHeight() const

0 commit comments

Comments
 (0)