Decomposed/composed text does not get updated on replace selection #19

Closed
opened 2016-05-09 11:20:54 +02:00 by Ghost · 0 comments
Ghost commented 2016-05-09 11:20:54 +02:00 (Migrated from codeberg.org)

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.

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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Amebis/ZRCola#19
No description provided.