Decomposed/composed text does not get updated on replace selection #19
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When the portion of selected text is replaced with new character, the
OnText()
event handler is called prematurely - before the old text is replaced with the new one.This particular problem occurs when the new text is inserted using
wxTextCtrl::WriteText()
method.