From de92b822a744be07d0e6424481a0f0a5280a2d4b Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 21 Jul 2014 22:03:18 -0400 Subject: More TODOs. --- redo/controls_windows.go | 1 + 1 file changed, 1 insertion(+) (limited to 'redo/controls_windows.go') diff --git a/redo/controls_windows.go b/redo/controls_windows.go index a4eae27..8c77140 100644 --- a/redo/controls_windows.go +++ b/redo/controls_windows.go @@ -27,6 +27,7 @@ func (w *widgetbase) unparent() { func (w *widgetbase) parent(win *window) { C.controlSetParent(w.hwnd, win.hwnd) + // TODO new control does not show up until window is resized } // don't embed these as exported; let each Control decide if it should -- cgit v1.2.3