Ignore hints on wxTE_PASSWORD controls when not supported natively

There is no way to show the hint without native support in a control with
wxTE_PASSWORD style, so simply ignore them completely in this case.

Closes #17078.
This commit is contained in:
Vadim Zeitlin
2016-06-28 14:40:52 +02:00
parent 967bdbf994
commit 3dc54df247
4 changed files with 10 additions and 0 deletions

View File

@@ -91,6 +91,7 @@ All (GUI):
- Add support for using markup in wxDataViewCtrl text items.
- Implement auto complete in generic wxSearchCtrl (Eric Jensen).
- Fix preserving selection when changing selection mode in wxGrid (jonkraber).
- Fix wxTextEntry::SetHint() with wxTE_PASSWORD in generic implementation.
wxGTK: