summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-07-21 22:03:18 -0400
committerPietro Gagliardi <[email protected]>2014-07-21 22:03:18 -0400
commitde92b822a744be07d0e6424481a0f0a5280a2d4b (patch)
tree489a78fd9e32215b66960460d1b0dbb9fb8467ec
parent58db287ca283a48bb19de359de81df60b4284158 (diff)
More TODOs.
-rw-r--r--redo/controls_windows.go1
1 files changed, 1 insertions, 0 deletions
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