From 004c7ed4b3732090e0702598d1b4c10713009311 Mon Sep 17 00:00:00 2001 From: Zihan Chen Date: Fri, 14 Dec 2018 15:27:18 -0800 Subject: [PATCH] Update TODO.md --- TODO.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 464dea7e..0e365bee 100644 --- a/TODO.md +++ b/TODO.md @@ -8,12 +8,12 @@ https://zhuanlan.zhihu.com/p/39369370 - [x] Use another way to create focus rectangle bitmap mask for Direct2D - [x] Fix combo dropdown hidden in topmost window - [ ] New `GuiListControl::IItemArranger` with different item height -- [ ] High DPI for Direct2D (GDI will blur) - [ ] Change `GuiControl::Font` from `FontProperties` to `Nullable`. It will changes following parent controls if it is set to null. If `GuiControlHost`'s font is null, it will become the default font. -- [ ] **Update Release** - [ ] Window Icon - [ ] Fix GacGen crash when defining an instance whose name conflicts with something from imported resources - [ ] Fix hook mouse events in ButtonTemplate make GuiButton::Click not working +- [ ] **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 - [ ] **Update Release** - [ ] New default control templates with animation, written in XML generated C++ code.