Patch from David Warkentin fixing initialization of physical scrolling setting in wxVarScrollHelperBase.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50500 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
// Name: src/generic/vscroll.cpp
|
// Name: src/generic/vscroll.cpp
|
||||||
// Purpose: wxVScrolledWindow implementation
|
// Purpose: wxVScrolledWindow implementation
|
||||||
// Author: Vadim Zeitlin
|
// Author: Vadim Zeitlin
|
||||||
// Modified by: Brad Anderson
|
// Modified by: Brad Anderson, David Warkentin
|
||||||
// Created: 30.05.03
|
// Created: 30.05.03
|
||||||
// RCS-ID: $Id$
|
// RCS-ID: $Id$
|
||||||
// Copyright: (c) 2003 Vadim Zeitlin <vadim@wxwindows.org>
|
// Copyright: (c) 2003 Vadim Zeitlin <vadim@wxwindows.org>
|
||||||
@@ -157,6 +157,7 @@ wxVarScrollHelperBase::wxVarScrollHelperBase(wxWindow *win)
|
|||||||
m_win =
|
m_win =
|
||||||
m_targetWindow = (wxWindow *)NULL;
|
m_targetWindow = (wxWindow *)NULL;
|
||||||
|
|
||||||
|
m_physicalScrolling = true;
|
||||||
m_handler = NULL;
|
m_handler = NULL;
|
||||||
|
|
||||||
m_win = win;
|
m_win = win;
|
||||||
|
Reference in New Issue
Block a user