]> git.saurik.com Git - wxWidgets.git/commit
fixed wxScrolledWindow best size calculation: compute something (this was broken...
authorVáclav Slavík <vslavik@fastmail.fm>
Fri, 21 Dec 2007 22:47:55 +0000 (22:47 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Fri, 21 Dec 2007 22:47:55 +0000 (22:47 +0000)
commit7d616e99ed03d6bcefea61cf099b6bdb3f3457d4
treeb9f1abf0314d12b0772ba8cf5301a8920ce052ec
parent8a6a997fb0989a09a410eaa7962a96145c0a434e
fixed wxScrolledWindow best size calculation: compute something (this was broken after 2.8) and don't use current size in computation; also removed now-unused ScrollGetWindowSizeForVirtualSize() method to simplify the code

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