Ensure that scrollbars are shown in scrolled popup in the popup sample.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 29 Dec 2012 21:53:09 +0000 (21:53 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 29 Dec 2012 21:53:09 +0000 (21:53 +0000)
commitb7bd58d09a01d718b00091f5e3089e6868da89e1
tree11bfdc1a2d6ada2e39c4cf0ea8d3c86c202e1360
parentef68861e112d300e5d048259760a22f2b7a98d11
Ensure that scrollbars are shown in scrolled popup in the popup sample.

Don't call SetScrollbars(), this is overridden by sizer logic later. Instead,
add a sufficiently big window to the popup and make fix the size of the popup
itself to be smaller to ensure that the scrollbars do show.

Closes #14900.

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