mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-25 22:03:45 -06:00
Fixed MingGW compilation issue (Koldo)
git-svn-id: svn://ultimatepp.org/upp/trunk@1708 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
c39ab328b4
commit
ecd00e2f63
1 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue