]> git.saurik.com Git - wxWidgets.git/commit
IsExposed() needs to reverse the direction in RTL.
authorRobert Roebling <robert@roebling.de>
Mon, 9 Oct 2006 20:32:12 +0000 (20:32 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 9 Oct 2006 20:32:12 +0000 (20:32 +0000)
commit0e21cf4902f312ffd26c050c67f00be8607d400b
treeac49a611dbd95166cedd1cfcdacb9e3b0a9aad4d
parent8e9ec7239f5395666be46b3edd3a6b889fecfe48
  IsExposed() needs to reverse the direction in RTL.
    I actually wonder if not the calling code is wrong,
    but this fixes wxListCtrl and wxTreeCtrl for the
    time being.

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