fix GetBordersForSizer(), closes #15872

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@75696 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2014-01-24 18:29:45 +00:00
parent 25684990fa
commit 3313a31ed3
2 changed files with 17 additions and 2 deletions

View File

@@ -603,6 +603,7 @@ wxGTK:
- Fix wxPopupTransientWindow mouse events with GTK3,
also fixes wxOwnerDrawnComboBox, wxDatePickerCtrl.
- Fix cursor inheritance.
- Fix wxStaticBoxSizer size calculation
wxMSW: