.reference

git-svn-id: svn://ultimatepp.org/upp/trunk@14938 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2020-08-30 22:03:45 +00:00
parent 27a48a6a40
commit 92edbcd515
2 changed files with 1 additions and 2 deletions

View file

@ -1,4 +1,4 @@
description "Resizable frame Ctrls";
description "Resizable frame Ctrls\377";
uses
CtrlLib;

View file

@ -5,7 +5,6 @@ using namespace Upp;
struct MyApp : TopWindow {
SplitterFrame sf;
ArrayCtrl list;
TopWindow app;
virtual void Paint(Draw& w) {
w.DrawRect(GetSize(), SColorPaper());