From 4bd4d307d449f3f311c9bca7a226cdaff705c8d5 Mon Sep 17 00:00:00 2001 From: Zihan Chen Date: Thu, 15 Nov 2018 23:34:50 -0800 Subject: [PATCH] Update TODO.md --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index f5d24d09..f81ab9c1 100644 --- a/TODO.md +++ b/TODO.md @@ -10,7 +10,7 @@ https://zhuanlan.zhihu.com/p/39369370 - [ ] 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 - [x] Use another way to create focus rectangle bitmap mask for Direct2D -- [ ] Fix combo dropdown hidden in topmost window +- [x] Fix combo dropdown hidden in topmost window - [ ] Fix hook mouse events in ButtonTemplate make GuiButton::Click not working - [ ] Cannot change column size during datagrid's bounds changing, which is by designed and this could be solved by calling InvokeInMainThread. But new feature for solving this is under considering - [ ] **Update Release**