Don't enable scrollbar if it can't do anything in wxMSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 Jun 2010 17:42:56 +0000 (17:42 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 Jun 2010 17:42:56 +0000 (17:42 +0000)
commitf074df3446a4636396d7a305eab319894df76d52
tree9315161882c72e7d1d83bdfe1982fe2b2fa020ab
parent0033b1dfbafe3460e936d5e113799289f6f59f76
Don't enable scrollbar if it can't do anything in wxMSW.

Only reenable scrollbar in wxWindow::SetScrollbar() in wxMSW if its range is
large enough to allow scrolling it.

Closes #11373.

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