From 9d67ec7fa4d2097ebc4074ac6001a8bd1cb3b8bc Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 8 Apr 2015 18:32:32 -0400 Subject: [PATCH] More TODOs. --- window_windows.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/window_windows.c b/window_windows.c index 7bbb8950..73dd1c85 100644 --- a/window_windows.c +++ b/window_windows.c @@ -1,6 +1,9 @@ // 6 april 2015 #include "uipriv_windows.h" +// TODO +// - [18:19] Though, if you minimise it and bring it back up, the buttons disappear until you resize the window. Not sure if you care about that or not. + struct uiWindow { HWND hwnd; uiControl *child;