mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.reference
git-svn-id: svn://ultimatepp.org/upp/trunk@14383 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
fc4c874ece
commit
c937245413
2 changed files with 4 additions and 1 deletions
|
|
@ -7,5 +7,6 @@ file
|
|||
main.cpp;
|
||||
|
||||
mainconfig
|
||||
"" = "GUI";
|
||||
"" = "GUI",
|
||||
"" = "GUI X11";
|
||||
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue