ensure that scroll position is always in scrolling range, otherwise we could have...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 4 Dec 2006 11:05:59 +0000 (11:05 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 4 Dec 2006 11:05:59 +0000 (11:05 +0000)
commit9ec927f89b0e907c45143bb3de0548b97361b6b2
tree1cec1502a676d9b60465c3cfc5ef9284d8df72ca
parentba4c4fc6b5ff843ec3ca3bd73155d4566c9abb73
ensure that scroll position is always in scrolling range, otherwise we could have a window without scrollbars at all but with non zero scroll offset which was really strange

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43795 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/gtk/scrolwin.h
src/gtk/scrolwin.cpp