From 25daaf605851268d45fcaa211b690d1e239252eb Mon Sep 17 00:00:00 2001 From: Zihan Chen Date: Wed, 26 Dec 2018 22:08:14 -0800 Subject: [PATCH] Update TODO.md --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 279d6472..2b7e2282 100644 --- a/TODO.md +++ b/TODO.md @@ -9,7 +9,7 @@ https://zhuanlan.zhihu.com/p/39369370 - [x] Fix combo dropdown hidden in topmost window - [x] New `GuiListControl::IItemArranger` with different item height - [ ] Correctly implement `FreeHeightItemArranger::EnsureItemVisible` -- [ ] 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] 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. - [ ] Window Icon - [ ] Fix GacGen crash when defining an instance whose name conflicts with something from imported resources - [ ] Fix GacGen reports only "error dumping resource file" while the resource file contains some syntax errors preventing GacGen from reading it