Re-lay out the grid sample window after auto-sizing the grid.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 3 Jan 2013 20:47:18 +0000 (20:47 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 3 Jan 2013 20:47:18 +0000 (20:47 +0000)
commit83c0a84c8ccccef034b68b22f406641d33e13081
treea43ffd3799668d42f5e86e8d4ac1616c89b0d1ba
parent2a9332ae2c468073279e9746cdb95fc759f5b640
Re-lay out the grid sample window after auto-sizing the grid.

Changing the size of the grid without updating the sizer resulted in
overlapping windows and a mess on the display.

Closes #14948.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73343 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/grid/griddemo.cpp