]> git.saurik.com Git - wxWidgets.git/commit
don't clamp scroll position before updating GtkRange,
authorPaul Cornett <paulcor@bullseye.com>
Sat, 31 Mar 2007 07:08:06 +0000 (07:08 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Sat, 31 Mar 2007 07:08:06 +0000 (07:08 +0000)
commitae4c09a83b04e7119becff7009c4308c3e269dbc
tree00c866cec4ec9fa76164211d3b470e25876afec6
parent9005f2edfd988e7f4470a8460e6f96ea2287ba1f
don't clamp scroll position before updating GtkRange,
  it causes HandleOnScroll to incorrectly do nothing when position is > 0 and
  window is resized large enough to no longer need scrollbar

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