mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.reference
git-svn-id: svn://ultimatepp.org/upp/trunk@11415 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
f51fdd06f1
commit
37a321703e
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ GUI_APP_MAIN
|
|||
);
|
||||
|
||||
for(int i = 0; i < 300; i++)
|
||||
list.Add((int)Random(1000), (int)Random(10000), 0);
|
||||
list.Add((int)Random(1000), (int)Random(10000), i);
|
||||
|
||||
TopWindow app;
|
||||
app.Add(list.SizePos());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue