]> git.saurik.com Git - wxWidgets.git/commit
Added patch #412132 (Fix for bug #215410) (Mainly in CalcDimensions()),
authorStefan Neis <Stefan.Neis@t-online.de>
Mon, 16 Apr 2001 22:58:26 +0000 (22:58 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Mon, 16 Apr 2001 22:58:26 +0000 (22:58 +0000)
commitfaec5a4383bb54f846c1eae142353804eb88d956
tree3c0688c7ed544fc10b92f5457333409eb7f65165
parent6d167e39384679dc78e64fc04af62a24e828a31d
Added patch #412132 (Fix for bug #215410) (Mainly in CalcDimensions()),
        changing GRID_SCROLL_LINE to 1.
Fixed Bug #413014 (Missing refresh after calling DeleteCols) by fixing
        Redimension.
Fixed Bug #232657 (Mouse not captured during wxGrid column resize) by
        fixing ChangeCursorMode.
Fixed some minor problems with screen updates (CalcDimensions should only be
        called while not BatchMode, Autosizing Rows/Cols should happen within
        BatchMode, Sizing a row/column should update also labels)
        - touched various functions.

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