mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-31 14:22:38 -06:00
.uppdev
git-svn-id: svn://ultimatepp.org/upp/trunk@6567 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
d35c7950f7
commit
5f736bd8a3
1 changed files with 7 additions and 1 deletions
|
|
@ -50,8 +50,14 @@ GUI_APP_MAIN
|
|||
// w.ToolWindow();
|
||||
w.SetRect(0, 0, 700, 500);
|
||||
w.Sizeable().Zoomable();
|
||||
e.SetReadOnly();
|
||||
// e.SetReadOnly();
|
||||
StaticRect r;
|
||||
#if 1
|
||||
r.Add(e.SizePos());
|
||||
w.Add(r.SizePos());
|
||||
#else
|
||||
w.Add(e.SizePos());
|
||||
#endif
|
||||
w.Run();
|
||||
/*
|
||||
String strQTF = e.GetQTF(CHARSET_ISO8859_1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue