Fix wxSearchCtrl vertical size in wxMSW

Don't add the borders twice, this made the control too tall.

Closes #16817.
This commit is contained in:
Artur Wieczorek
2016-02-23 00:24:17 +01:00
committed by Vadim Zeitlin
parent d918dabb2d
commit 470a46dd48
2 changed files with 18 additions and 2 deletions

View File

@@ -634,6 +634,7 @@ wxMSW:
- Fix RegisterHotKey() with negative IDs (troelsk).
- Fix event object type for wxEVT_SPINCTRL events.
- Fix bug if wxToolBar tool was deleted from its own handler (Artur Wieczorek).
- Improve wxSearchCtrl appearance, don't make it too tall (Artur Wieczorek).
- Fix creating or modifying file associations under recent Windows versions.
wxOSX: