Fix or disable currently failing wxGTK GUI tests

Try to ensure that the GUI test suite passes so that buildbot has a
chance to warn us if/when anything breaks.
This commit is contained in:
VZ
2017-11-07 20:56:09 +01:00
committed by GitHub
15 changed files with 168 additions and 68 deletions

View File

@@ -171,6 +171,7 @@ 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).
- Fix wxTextCtrl::GetStyle() with GTK+ 3.
- Support background colour in wxDataViewCtrl attributes.
- Improve wxSpinCtrl best size calculation.
- Implement support for icon locations in wxMimeTypesManager (Hanmac).