Only update status bar fields after they were created in wxMSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 15 Nov 2011 15:46:01 +0000 (15:46 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 15 Nov 2011 15:46:01 +0000 (15:46 +0000)
commita496a72d6651449ffcab6d76f182edb14e2f9141
tree9a7dc90cd75e9f653755fda23ae5216f89e591c6
parent31fb3cfe02f5ed82c47b80d264e84b8207a456b4
Only update status bar fields after they were created in wxMSW.

Postpone updating statu bar panes after they were actually created.

Setting the status bar fields contents before setting the number of them
failed resulting in debug error messages and the text not appearing in the
status bar.

Closes #13670.

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