.reference

git-svn-id: svn://ultimatepp.org/upp/trunk@14338 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2020-04-20 15:53:55 +00:00
parent e1dd8b4a76
commit 05ffa1ee9c

View file

@ -60,6 +60,7 @@ struct MyApp : TopWindow {
rect = RectC(100, 100, 100, 100);
hline = 150;
vline = 150;
Sizeable().Zoomable();
}
};