X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0d17c5b66a4cea4b687243d7b0ee95ff1a5fe924..92c0fc34c104c8d7c12d6a3b78ea232690fc23f4:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index d822b9852f..1391d17ec7 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -576,6 +576,8 @@ All (GUI): - Add wxPropertyGridPageState::GetColumnFullWidth() (Teodor Petrov). - wxRTC: extracted XML utilities into a separate class for potential reuse. - wxPropertyGrid: improve composite flags handling (Jens Lody). +- Don't crash laying out wxGridBagSizer with only hidden elements (briceandre). +- Fix alignment and transparency of bitmaps in wxDataViewCtrl (Eric Jensen). wxGTK: