From 5573f5b828ea7388a25df8402145b149e95c06ad Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 15 Aug 2007 11:38:07 +0000 Subject: [PATCH] fix incorrect wxSYS_VSCROLL_X mapping to the Win32 constant (replaces patch 1770501) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48086 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/msw/settings.cpp b/src/msw/settings.cpp index 6c46ae230b..85f5a95a47 100644 --- a/src/msw/settings.cpp +++ b/src/msw/settings.cpp @@ -352,7 +352,7 @@ static const int gs_metricsMap[] = -1, -1, -1, -1, #endif SM_CYHSCROLL, - SM_CXVSCROLL, + SM_CXHSCROLL, SM_CXVSCROLL, SM_CYVSCROLL, #ifdef SM_CYVTHUMB -- 2.45.2