Use status full, not client, size to determine frame client size in wxMSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Nov 2010 01:22:30 +0000 (01:22 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Nov 2010 01:22:30 +0000 (01:22 +0000)
commitc22bbd087aa273141e0e1e3c69e2a42a0e633f75
tree9db6ccec5cf107994f3acd80d62e44ebb27232cf
parent426ebc992b1f8e85798292e858e90a94d8e2a158
Use status full, not client, size to determine frame client size in wxMSW.

We need to account for the full size of status bar, including potential
borders, when calculating the client size of the frame containing it.

Closes #12697.

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