Update TODO.md

This commit is contained in:
Zihan Chen
2018-11-15 23:58:30 -08:00
committed by GitHub
parent 4bd4d307d4
commit d52c09bcb3

View File

@@ -7,8 +7,7 @@ https://zhuanlan.zhihu.com/p/39369370
- [ ] High DPI for Direct2D (GDI will blur)
- [ ] Window Icon
- [ ] Fix GacGen crash when defining an instance whose name conflicts with something from imported resources
- [ ] Try to repro: getting template object from sub controls in parent control's `<ref.Ctor>` cause composition tree modified during rendering and hit assert
- This is possibly due to recursively calling list::ItemProviderBase::InvokeOnItemModified
- [ ] 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
- [ ] Fix hook mouse events in ButtonTemplate make GuiButton::Click not working