summaryrefslogtreecommitdiff
path: root/redo/controls_windows.go
diff options
context:
space:
mode:
Diffstat (limited to 'redo/controls_windows.go')
-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