]> git.saurik.com Git - wxWidgets.git/commit
Make wxGTK's wxScrolledWindow set m_x/xScrollLines to 0
authorRobert Roebling <robert@roebling.de>
Wed, 13 Sep 2006 10:01:21 +0000 (10:01 +0000)
committerRobert Roebling <robert@roebling.de>
Wed, 13 Sep 2006 10:01:21 +0000 (10:01 +0000)
commit5713b34914d8216e1af3dce0373d10566a6d7ea3
treefd46d87594bd6a319a245ce2d024b7ad7ff1fa31
parent20671963efabd70a208b415c4734ee813b9eb439
  Make wxGTK's wxScrolledWindow set m_x/xScrollLines to 0
    if scrollbars disappear (instead of 1) as per wxMSW.
  Expose m_x/yScrollLines in public getters.
  Correct window origin for scrolled window in RTL.

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