Don't lay out the window being destroyed unnecessarily.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 30 Aug 2012 20:20:20 +0000 (20:20 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 30 Aug 2012 20:20:20 +0000 (20:20 +0000)
commit5f9f6b4742021cbfc2ff3dfd9d32e49565c6652e
treec4164a8bef666c6dfd745f1ff715b0b9ad1d0ed7
parentbfa78c63b9045c2a594ca6f04dc26a70c21f5f42
Don't lay out the window being destroyed unnecessarily.

This is just a small optimization: it's useless to waste time on redoing the
layout of a window that is going to be destroyed soon anyhow.

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