Update TODO.md

This commit is contained in:
Zihan Chen
2018-12-26 14:55:29 -08:00
committed by GitHub
parent f785560a2c
commit 9877762dc1
+1 -1
View File
@@ -7,7 +7,7 @@ https://zhuanlan.zhihu.com/p/39369370
- [x] When there are combo boxes in item templates, inserting items will cause recursively calling list::ItemProviderBase::InvokeOnItemModified
- [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
- [x] New `GuiListControl::IItemArranger` with different item height
- [ ] Change `GuiControl::Font` from `FontProperties` to `Nullable<FontProperties>`. 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