X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8a05a8d7d04b2e86da7c3288d77c1f395a0e6ef5..521f1d8371b4f010e8d8c55b55720eb11ff052e6:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index 395e1a2105..33d547c1b1 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -403,6 +403,9 @@ All (GUI): - Fixed wxOwnerDrawComboCtrl popup size on Mac (scrollbars were always shown). - Fixed wxOwnerDrawComboCtrl focus problem on Mac (first-time popup dismissed immediately as text control grabbed the focus). +- wxPropertyGrid: added wxPG_NO_INTERNAL_BORDER, wxPG_EX_NO_TOOLBAR_DIVIDER + and wxPG_EX_TOOLBAR_SEPARATOR styles for finer control over borders. + Borders around property grid are now native for consistency. GTK: