]> git.saurik.com Git - wxWidgets.git/commit
Limit the search in wxMSW virtual wxListCtrl by time.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 18 Mar 2011 09:16:06 +0000 (09:16 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 18 Mar 2011 09:16:06 +0000 (09:16 +0000)
commitfbe747340603a0b5d2cf4152c7e27581244a44bc
treef188d39b3a6bbb8ed9fdaa4ac6997488146fe918
parent69358718959f700434643f341bfee8f38b55cbb7
Limit the search in wxMSW virtual wxListCtrl by time.

Instead of performing the search only up to a certain number of items, do it
for as long as it takes less than the given time threshold (currently fixed at
half a second).

Closes #13038.

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