We need to update the scrollbar even if it's not shown, otherwise it can get stuck...
authorKevin Hock <hockkn@yahoo.com>
Sun, 23 Jan 2005 22:16:36 +0000 (22:16 +0000)
committerKevin Hock <hockkn@yahoo.com>
Sun, 23 Jan 2005 22:16:36 +0000 (22:16 +0000)
commit11ca2edf95b3b99733224001138d1dc7d57d2e31
tree47cf42406b5f6e8c9bb3da87d226df121a39c600
parent2bcdbe0fb9dac351abca3ec7a3fb853a31efff73
We need to update the scrollbar even if it's not shown, otherwise it can get stuck in a scrolled down position when the scrollbar disappears (such as deleting all items in a list control or resizing). Patch 1102197 for bug 861063

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