diff --git a/utils/wxPython/CHANGES.txt b/utils/wxPython/CHANGES.txt index 643aee9e71..8325bbb744 100644 --- a/utils/wxPython/CHANGES.txt +++ b/utils/wxPython/CHANGES.txt @@ -80,6 +80,10 @@ package. Changed all the "LIST" parameter names to "choices" to match the docs. +More fixes for the wxFloatBar, and it now works on wxGTK even better +than wxMSW! (The feat is accomplished by using the wxTB_DOCKABLE +style flag instead of trying to float it ourselves.) +