Remove extra borders around wxFilePickerCtrl in wxOSX

Don't use extra borders to reserve space for the focus ring, this breaks
alignment of wxFilePickerCtrl with the other controls.

Closes #17416.
This commit is contained in:
John Roberts
2016-03-04 14:56:17 +01:00
committed by Vadim Zeitlin
parent 148dc11f88
commit 7c32ef2ba3
2 changed files with 3 additions and 15 deletions

View File

@@ -66,6 +66,7 @@ wxMSW:
wxOSX:
- Remove extra borders around wxFilePickerCtrl (John Roberts).
- Turn off automatic quotes substitutions in wxTextCtrl (Xlord2).