move the grid-specific workaround for scrollbar hysteresis to wxScrollHelper itself...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 14 Sep 2008 22:44:08 +0000 (22:44 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 14 Sep 2008 22:44:08 +0000 (22:44 +0000)
commit69367c566e7b86f7387f730cd3b4b947a44017df
tree3881aedd27105daf33775e50426a9fb9d63bdad9
parent801a964104a9d740ecd6ef1f4587b9e4b273b0bf
move the grid-specific workaround for scrollbar hysteresis to wxScrollHelper itself, the scrollbars now should not only appear but also disappear correctly during resizing

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