don't skip the scroll position validity check in CalcScrollInc() if m_[xy]ScrollPixel...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 8 Apr 2007 23:06:42 +0000 (23:06 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 8 Apr 2007 23:06:42 +0000 (23:06 +0000)
commit2e9c0c010a375156eb72eaa1e2e4efcbb7ecf06b
tree3d11bb503a60f16c9749765037b15f7bf77879e8
parent600b3983e9512d06af4554ed47e4e1ef8734d2d8
don't skip the scroll position validity check in CalcScrollInc() if m_[xy]ScrollPixelsPerLine is NULL, this resulted in problems mentioned in patch 1696082

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