Implement XYToPosition() for single-line wxTextCtrl (wxGTK)

This commit is contained in:
Artur Wieczorek
2017-07-29 22:02:58 +02:00
parent bb9c7680ab
commit f208cfc886
2 changed files with 7 additions and 1 deletions

View File

@@ -162,6 +162,7 @@ wxGTK:
- Fix wxMemoryDC::Blit() with itself as source (GTK+ 3).
- Fix displaying labels of wxRadioBox items.
- Add a native implementation for clearing bitmap/window wxGraphicsContexts
- Implement XYToPosition() for single-line wxTextCtrl.
wxMSW: