Warning fixes for win64
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35921 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -390,7 +390,7 @@ wxGridCellAutoWrapStringRenderer::GetBestSize(wxGrid& grid,
|
||||
{
|
||||
width+=10;
|
||||
rect.SetWidth(width);
|
||||
height = y *( GetTextLines(grid,dc,attr,rect,row,col).GetCount());
|
||||
height = y * (wx_truncate_cast(wxCoord, GetTextLines(grid,dc,attr,rect,row,col).GetCount()));
|
||||
count--;
|
||||
// Search for a shape no taller than the golden ratio.
|
||||
} while (count && (width < (height*1.68)) );
|
||||
|
Reference in New Issue
Block a user