]> git.saurik.com Git - wxWidgets.git/commit
fixed long standing bug with Fit() still showing the scrollbars: the old code for...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 3 Dec 2006 20:54:04 +0000 (20:54 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 3 Dec 2006 20:54:04 +0000 (20:54 +0000)
commit0ed3b812302781d15007b1b1382261d6043d24a1
treef23cfc48a77eeddce52420b41f4714008f585839
parent913c8465115f5cece00947c402947326b90791f6
fixed long standing bug with Fit() still showing the scrollbars: the old code for rounding up the grid size to a multiple of scroll step was wrong as it did for the grid itself and not just the scrollable area (and also assorted off by 1 errors and a workaround for a bug in wxMSW SetClientSize() implementation whihc may sometimes leave space for unneeded scrollbar)

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