Don't send events from wxTextCtrl::ChangeValue("") in wxGTK
ChangeValue() must not send events, but did in wxGTK when changing the contents of a wxTextCtrl to be empty when it had been non-empty before. Closes #18264.
This commit is contained in:
@@ -133,6 +133,7 @@ All (GUI):
|
||||
wxGTK:
|
||||
|
||||
- Implement wxTextCtrl::HitTest() for single line controls.
|
||||
- Fix bug with wxTextCtrl::ChangeValue("") sending an unwanted event.
|
||||
- Implement wxDataViewColumn::UnsetAsSortKey().
|
||||
- Fix not showing wxInfoBar with GTK+ 3 < 3.22.29.
|
||||
- Fix the build with glib < 2.32 (e.g. CentOS 6).
|
||||
|
Reference in New Issue
Block a user