mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
TextInputTarget: Improve IME support on Android
This commit is contained in:
parent
5ed4b19e4d
commit
da38c1ed2a
22 changed files with 1796 additions and 928 deletions
|
|
@ -476,6 +476,11 @@ CodeEditorComponent::CodeEditorComponent (CodeDocument& doc, CodeTokeniser* cons
|
|||
|
||||
CodeEditorComponent::~CodeEditorComponent()
|
||||
{
|
||||
giveAwayKeyboardFocus();
|
||||
|
||||
if (auto* peer = getPeer())
|
||||
peer->refreshTextInputTarget();
|
||||
|
||||
document.removeListener (pimpl.get());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue