]> git.saurik.com Git - wxWidgets.git/commit
fixed DrawTextFormatted to work in O(n) instead of O(n^2) if the text doesn't fit...
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 27 Mar 2003 23:21:47 +0000 (23:21 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 27 Mar 2003 23:21:47 +0000 (23:21 +0000)
commit5175dbbd9f20e7fd39e0820ea510c1c6ea349584
treec38468f56208aecdda41838658d1714d3b494b2f
parent427ff66291af2d8dd34ff5ee68c81436997144a1
fixed DrawTextFormatted to work in O(n) instead of O(n^2) if the text doesn't fit into the column

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