From 0bae72015af8e54fa1478be7c918c74c654dd528 Mon Sep 17 00:00:00 2001 From: Arnaud Jamin Date: Sun, 5 Nov 2023 13:05:11 -0500 Subject: [PATCH] Update TODO.txt --- TODO.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.txt b/TODO.txt index 62ca2f9..362e913 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,5 +1,6 @@ - CogImGui: Add a way to create and override CogImguiwidget - CogImGui: Try to find a global solution to prevent crash when breaking in a blueprint from an imgui action (reset the stack) +- CogImgui: support multi viewports - CogWindow: Add reset window position menu item or reset layout (window can get far away) - CogWindow: Try to remove CogWindow dependency to cogimgui. Should only depends on imgui (currently use setdpiscale of cogimgui)