From d928a9dbd707d0cf5ca624b053157c4ced39788f Mon Sep 17 00:00:00 2001 From: Zihan Chen Date: Sun, 30 Dec 2018 11:07:30 -0800 Subject: [PATCH] Update TODO.md --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index 2b7e2282..5c3fcfbe 100644 --- a/TODO.md +++ b/TODO.md @@ -16,6 +16,7 @@ https://zhuanlan.zhihu.com/p/39369370 - [ ] Fix hook mouse events in ButtonTemplate make GuiButton::Click not working - [x] Fix list control being able to scroll by mouse while there is no scroll bar - [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 - [ ] **Update Release** - [ ] High DPI for Direct2D (GDI will blur) - [ ] Cannot change column size during datagrid's bounds changing, which is by designed and this could be solved by calling InvokeInMainThread. But new feature for solving this is under considering