mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.upptst
git-svn-id: svn://ultimatepp.org/upp/trunk@14298 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
b92961376a
commit
55d8c66562
1 changed files with 2 additions and 1 deletions
|
|
@ -14,7 +14,8 @@ GUI_APP_MAIN
|
|||
c.b = Cyan();
|
||||
|
||||
// ImageBuffer ib = Rescale(CtrlImg::exclamation(), 500, 500);
|
||||
ImageBuffer ib = CtrlImg::exclamation();
|
||||
Image h = CtrlImg::exclamation();
|
||||
ImageBuffer ib(h);
|
||||
Fn(Red(), ib);
|
||||
Image img = CtrlImg::exclamation();
|
||||
Value v = img;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue