git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50500
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// Name: src/generic/vscroll.cpp
// Purpose: wxVScrolledWindow implementation
// Author: Vadim Zeitlin
-// Modified by: Brad Anderson
+// Modified by: Brad Anderson, David Warkentin
// Created: 30.05.03
// RCS-ID: $Id$
// Copyright: (c) 2003 Vadim Zeitlin <vadim@wxwindows.org>
m_win =
m_targetWindow = (wxWindow *)NULL;
+ m_physicalScrolling = true;
m_handler = NULL;
m_win = win;