]> git.saurik.com Git - wxWidgets.git/commit - src/generic/listctrl.cpp
Use two step creation of wxListHeaderWindow to avoid reentrancy under OSX.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 13 Jun 2013 13:57:28 +0000 (13:57 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 13 Jun 2013 13:57:28 +0000 (13:57 +0000)
commit1c25a4c2aef8c001e48a99df271d72d1372ce398
tree70fff3cfd32db6acc868a657fb37181ae0a5cf15
parentcc33ae725d8338fbb499490b69c96968c8fac9cb
Use two step creation of wxListHeaderWindow to avoid reentrancy under OSX.

This improves the solution of the problem already solved in r74197 by
separating setting of m_headerWin variable from the window creation instead of
using an explicit recursion check.

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