wxWindow::MSWOnHScroll changed to call the default handler if the message isn't
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 12 Aug 1998 22:44:51 +0000 (22:44 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 12 Aug 1998 22:44:51 +0000 (22:44 +0000)
commit564b260950a9a370bf9231f7432caced5156ba1b
tree5b7ec64f07b1e416e03b1b7d35cfe82ad3cac892
parent93a19f178c9bfe0c2398bad74f6382ca2fe4d24f
wxWindow::MSWOnHScroll changed to call the default handler if the message isn't
processed (earlier it wasn't called in some cases)

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