Fix wxBORDER_NONE handling for wxTextCtrl under GTK+ 3

Remove the border by applying custom CSS, which seems to be the only way
to do it with recent GTK+ versions.

Closes https://github.com/wxWidgets/wxWidgets/pull/576
This commit is contained in:
Adrien Tétar
2017-10-31 21:56:19 +01:00
committed by Vadim Zeitlin
parent 1903c9615e
commit 80e2264373
2 changed files with 13 additions and 1 deletions

View File

@@ -167,6 +167,7 @@ All (GUI):
wxGTK:
- Make wxUIActionSimulator work with GTK+ 3 (Scott Talbert).
- Make wxBORDER_NONE work for wxTextCtrl with GTK+ 3 (Adrien Tétar).
- Apply wxTextCtrl::SetDefaultStyle() to user-entered text (Andreas Falkenhahn).
- Support background colour in wxDataViewCtrl attributes.
- Improve wxSpinCtrl best size calculation.