.reference

git-svn-id: svn://ultimatepp.org/upp/trunk@14726 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2020-07-29 11:13:41 +00:00
parent dbae6da76e
commit 0b92cac080

View file

@ -69,7 +69,7 @@ struct App : TopWindow {
b.WhenDrag = [=] { DragB(); };
Add(s.Horz(a, b));
for(int i = 0; i < 200; i++) {
for(int i = 0; i < 15; i++) {
a.Add(i);
b.Add(FormatIntRoman(i, true));
}