Update TODO.md

This commit is contained in:
Zihan Chen
2019-01-07 04:37:01 -08:00
committed by GitHub
parent d928a9dbd7
commit 306e5c53cd
+1 -1
View File
@@ -11,7 +11,7 @@ https://zhuanlan.zhihu.com/p/39369370
- [ ] Correctly implement `FreeHeightItemArranger::EnsureItemVisible`
- [x] 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
- [x] 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
- [ ] 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