From e37c00eb3517622ada3421228d00a8ecfcec60db Mon Sep 17 00:00:00 2001 From: Zihan Chen Date: Thu, 10 Jan 2019 15:42:00 -0800 Subject: [PATCH 1/2] Update TODO.md --- TODO.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TODO.md b/TODO.md index 36e6f461..02272f02 100644 --- a/TODO.md +++ b/TODO.md @@ -18,6 +18,11 @@ https://zhuanlan.zhihu.com/p/39369370 - [x] Fix list control cannot set data source from non-null to null - [x] Initialize localized strings object to `en-US` at the beginning to prevent from getting a null object in script - [x] `GuiControl::GetDisposeFlag` +- [ ] Fix tutorials in release + - [ ] Localization doesn't need to test null Strings + - [ ] DataGrid combo box editor doesn't work + - [ ] AddressBook new folder doesn't work + - [ ] BlackSkin document changing font size doesn't work - [ ] **Update Release** - [ ] Fix `` script crash. - [ ] High DPI for Direct2D (GDI will blur) From 7c14f3779611b4717968c4142bb45fc18a3fe234 Mon Sep 17 00:00:00 2001 From: Zihan Chen Date: Thu, 10 Jan 2019 15:44:20 -0800 Subject: [PATCH 2/2] Update TODO.md --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 02272f02..d7f0883d 100644 --- a/TODO.md +++ b/TODO.md @@ -19,7 +19,7 @@ https://zhuanlan.zhihu.com/p/39369370 - [x] Initialize localized strings object to `en-US` at the beginning to prevent from getting a null object in script - [x] `GuiControl::GetDisposeFlag` - [ ] Fix tutorials in release - - [ ] Localization doesn't need to test null Strings + - [x] Localization doesn't need to test null Strings - [ ] DataGrid combo box editor doesn't work - [ ] AddressBook new folder doesn't work - [ ] BlackSkin document changing font size doesn't work