Warning fixes for VC5.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40908 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -7957,8 +7957,8 @@ void wxGrid::DrawTextRectangle(wxDC& dc,
|
||||
continue;
|
||||
}
|
||||
|
||||
long lineWidth,
|
||||
lineHeight;
|
||||
long lineWidth = 0,
|
||||
lineHeight = 0;
|
||||
dc.GetTextExtent(line, &lineWidth, &lineHeight);
|
||||
|
||||
switch ( horizAlign )
|
||||
|
Reference in New Issue
Block a user