]> git.saurik.com Git - wxWidgets.git/commit
Fixed CoordToRowOrCol according to Patch 607387.
authorStefan Neis <Stefan.Neis@t-online.de>
Wed, 11 Sep 2002 21:44:16 +0000 (21:44 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Wed, 11 Sep 2002 21:44:16 +0000 (21:44 +0000)
commitd57ad377014fbcd0609fe68dcd30196b037d2473
tree85cc4650ad0ebc07474437b635741c9135301f76
parent81a0614bf2144391e8f5fa03d0d4f55faec9c078
Fixed CoordToRowOrCol according to Patch 607387.
Reverted the "Prevented dragging dividers outside cells" change which just
        worked around the symptoms of the bug in CoordToRowOrCol.
Removed posssibility to resize columns even from below the grid or rows from
        the right of the grid - that kind of "dragging dividers" wasn't even
        prevented by the previous change (according to Patch 607387).

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