Put m_statusText.SetCount(number) before wxStatusBarBase::SetFieldsCount(number,...
authorJulian Smart <julian@anthemion.co.uk>
Mon, 11 Feb 2002 13:11:28 +0000 (13:11 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 11 Feb 2002 13:11:28 +0000 (13:11 +0000)
commitca7497c2a286ea6ae753a672572bdc5db3438a89
tree524a5d904f1cb00bb5d554c4f94a018e4c1ba5e1
parent3603a8ffbde56d1f6a2f38991b97313cff5076ce
Put m_statusText.SetCount(number) before wxStatusBarBase::SetFieldsCount(number, widths) to avoid assert (a refresh is done in SetFieldsCount which
access the m_statusText array before the size is set).
XQueryTree usage improved.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14128 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/univ/statusbr.cpp
src/x11/app.cpp
src/x11/toplevel.cpp