diff --git a/TODO.md b/TODO.md index f81ab9c1..90574ff8 100644 --- a/TODO.md +++ b/TODO.md @@ -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 `` 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