Implement wxTextCtrl::HitTest() for single line controls in wxGTK

Use Pango API to find the character at the given position.

Closes #18144.
This commit is contained in:
Vadim Zeitlin
2018-06-03 17:04:06 +02:00
parent 085e4c354a
commit 690b95646b
3 changed files with 50 additions and 4 deletions

View File

@@ -84,6 +84,7 @@ All (GUI):
wxGTK:
- Implement wxTextCtrl::HitTest() for single line controls.
- Fix the build with glib < 2.32 (e.g. CentOS 6).
wxMSW: