]> git.saurik.com Git - wxWidgets.git/commit
When autosizing a row or column (AutoSize____), use GetMultiLineTextExtent to determ...
authorKevin Hock <hockkn@yahoo.com>
Fri, 22 Sep 2006 17:20:40 +0000 (17:20 +0000)
committerKevin Hock <hockkn@yahoo.com>
Fri, 22 Sep 2006 17:20:40 +0000 (17:20 +0000)
commit9d4b8a5d0dda406fb8325e6018428e38e5073039
tree8b9ed6a21b71fe2769e381a4882fb72bd4e8a0b0
parente34fb6eae3ceedb4016f90455d2cf4f62a66c4b8
When autosizing a row or column (AutoSize____), use  GetMultiLineTextExtent to determine header size. Otherwise, the column header widths are artificially inflated, and row header heights are not high enough.

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