From a9aa3b68df4e34bbe4d88b03a8cc3e48a531af4c Mon Sep 17 00:00:00 2001 From: Zihan Chen Date: Sat, 28 Oct 2017 05:31:00 -0700 Subject: [PATCH] Update TODO.md --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 98ea22b1..d881a74c 100644 --- a/TODO.md +++ b/TODO.md @@ -70,7 +70,7 @@ - [x] Each control has a `TemplateProperty` nullable property, constructor consumes an enum item to define the default template - [x] Control template can be updated in runtime - [x] If a control has an empty control template, it will retrive the default control template using the enum item -- [ ] Move complex template logic to control +- [x] Move complex template logic to control - [x] GuiSinglelineTextBoxTemplate - [x] GuiDatePickerTemplate - [x] GuiScrollViewTemplate