.reference

git-svn-id: svn://ultimatepp.org/upp/trunk@14383 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2020-04-25 18:32:10 +00:00
parent fc4c874ece
commit c937245413
2 changed files with 4 additions and 1 deletions

View file

@ -7,5 +7,6 @@ file
main.cpp;
mainconfig
"" = "GUI";
"" = "GUI",
"" = "GUI X11";

View file

@ -30,6 +30,8 @@ struct MyApp : TopWindow {
if((keyflags & K_CTRL) && (keyflags & K_ALT)) {
tr.Dashed();
tr.MinSize(Size(-10000, -10000)); // allow negative size
tr.Width(DPI(4));
tr.SetColor(Yellow());
rect = tr.Track(rect, ALIGN_RIGHT, ALIGN_BOTTOM);
rect.Normalize();
}