From d52c09bcb3a73c1f58cb58dd25fe8d7322e10478 Mon Sep 17 00:00:00 2001 From: Zihan Chen Date: Thu, 15 Nov 2018 23:58:30 -0800 Subject: [PATCH] Update TODO.md --- TODO.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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