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:
committed by
Vadim Zeitlin
parent
1903c9615e
commit
80e2264373
@@ -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.
|
||||
|
Reference in New Issue
Block a user