From fe1a7ea8b3cf68373b51571b743aa1abcae340f9 Mon Sep 17 00:00:00 2001 From: Zihan Chen Date: Thu, 10 Jan 2019 05:08:12 -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 450bb866..275fdce3 100644 --- a/TODO.md +++ b/TODO.md @@ -8,7 +8,7 @@ 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 - [x] New `GuiListControl::IItemArranger` with different item height - - [ ] Correctly implement `FreeHeightItemArranger::EnsureItemVisible` + - [x] Correctly implement `FreeHeightItemArranger::EnsureItemVisible` - [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 - [x] Fix GacGen crash when defining an instance whose name conflicts with something from imported resources