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;