]> git.saurik.com Git - wxWidgets.git/commit - src/generic/datavgen.cpp
Disable sorting of generic wxDataViewCtrl while it is frozen.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 10 Mar 2013 01:09:41 +0000 (01:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 10 Mar 2013 01:09:41 +0000 (01:09 +0000)
commit0c5a056a84a18861acab62ea97a4b1414ce2f4a5
tree69d5d0767ca707bc6e5897600f2326383ffb5c4d
parentc4864c0446f8ad6fc04f0ece8fb4d9b7ba38d173
Disable sorting of generic wxDataViewCtrl while it is frozen.

Don't sort the contents of wxDataViewCtrl while it is frozen and resort it
only when it is thawed. This dramatically speeds up adding items to the
control when sorting is used as we only sort it once now instead of doing it
after adding every item.

Closes #14073.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73635 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/generic/datavgen.cpp