Compilo.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45814 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
02e817a239
commit
ad2633bd96
@ -8120,7 +8120,7 @@ void wxGrid::DrawTextRectangle(wxDC& dc,
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
long lineWidth = 0,
|
wxCoord lineWidth = 0,
|
||||||
lineHeight = 0;
|
lineHeight = 0;
|
||||||
dc.GetTextExtent(line, &lineWidth, &lineHeight);
|
dc.GetTextExtent(line, &lineWidth, &lineHeight);
|
||||||
|
|
||||||
@ -8201,9 +8201,9 @@ void wxGrid::GetTextBoxSize( const wxDC& dc,
|
|||||||
const wxArrayString& lines,
|
const wxArrayString& lines,
|
||||||
long *width, long *height ) const
|
long *width, long *height ) const
|
||||||
{
|
{
|
||||||
long w = 0;
|
wxCoord w = 0;
|
||||||
long h = 0;
|
wxCoord h = 0;
|
||||||
long lineW = 0, lineH = 0;
|
wxCoord lineW = 0, lineH = 0;
|
||||||
|
|
||||||
size_t i;
|
size_t i;
|
||||||
for ( i = 0; i < lines.GetCount(); i++ )
|
for ( i = 0; i < lines.GetCount(); i++ )
|
||||||
|
Loading…
Reference in New Issue
Block a user