From dbf2d8fde7b11864d99811d218ae2b0d7c8157e9 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 12 Jun 2014 10:45:01 -0400 Subject: [PATCH] Upon further examination, my dialog_windows.go problems seem to be specific to dialog_windows.go... --- todo.md | 1 + 1 file changed, 1 insertion(+) diff --git a/todo.md b/todo.md index 15531b1..f648392 100644 --- a/todo.md +++ b/todo.md @@ -7,6 +7,7 @@ MAC OS X: WINDOWS: - there seems to be a caching issue: with the test program and `-dialog`, click one of the dialog buttons, then quickly tap one of the buttons in the main window. The dialog will pop up twice, and after both are closed the program aborts with a send on closed channel + - appears to be a bug in my dialog code - windows: windows key handling is just wrong; figure out how to avoid (especially since Windows intercepts that key by default) - redrawing controls after a window resize on Windows does not work properly - when adding IsDialogMessage() find out if that make sthe area in the area bounds test automatically focused