From 0c44a3f1518e6d892409946e6a69a3de7696e35b Mon Sep 17 00:00:00 2001 From: Zihan Chen Date: Wed, 16 Jan 2019 02:13:37 -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 302dffe8..b6193ae7 100644 --- a/TODO.md +++ b/TODO.md @@ -12,8 +12,8 @@ https://zhuanlan.zhihu.com/p/39369370 - [x] 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. - [x] Window Icon - [x] `vl::presentation::windows::SetWindowDefaultIcon` - - [ ] Add `Icon` property to window - - [ ] if `ShowIcon` (default true) is true then the default window template will display an icon. If the `Icon` is null then it will be retrived from the `INativeWindow`, which in Windows get the current icon. + - [x] Add `Icon` property to window + - [x] if `IconVisible` (default true) is true then the default window template will display an icon. If the `Icon` is null then it will be retrived from the `INativeWindow`, which in Windows get the current icon. - [x] Fix GacGen crash when defining an instance whose name conflicts with something from imported resources - [x] 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