Optimized wxRTC insertion and deletion when floating objects are present.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75884 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2014-02-15 16:19:43 +00:00
parent f2e9e3b4b7
commit 2124c5688b
4 changed files with 203 additions and 46 deletions

View File

@@ -31,6 +31,7 @@ All (GUI):
- Add default ctor and Create() to wxContextHelpButton (Hanmac).
- Send events when toggling wxPropertyGrid nodes from keyboard (Armel Asselin).
- Fix wxRearrangeList::Check() which asserted and misbehaved before.
- Optimized wxRTC insertion and deletion when floating objects are present.
wxGTK: