Fixed MingGW compilation issue (Koldo)

git-svn-id: svn://ultimatepp.org/upp/trunk@1708 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
unodgs 2009-11-19 22:36:06 +00:00
parent c39ab328b4
commit ecd00e2f63

View file

@ -273,6 +273,8 @@ void DropGrid::State(int reason)
void DropGrid::Paint0(Draw &w, int lm, int rm, int x, int y, int cx, int cy, const Value &val, dword style, Color &fg, Color &bg, Font &fnt, bool found, int fs, int fe)
{
real_size.Clear();
w.DrawRect(x, y, cx, cy, bg);
int nx = x + lm;
int ny = y + tm;
@ -985,7 +987,7 @@ Value DropGrid::MakeValue(int r, bool columns) const
v += list.GetColumnName(value_cols[i]);
v += ' ';
}
v += list.GetStdConvertedColumn(value_cols[i] + fc, val);
v += (String) list.GetStdConvertedColumn(value_cols[i] + fc, val);
v += ' ';
}
return v;