diff options
| -rw-r--r-- | redo/controls_windows.go | 1 |
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 |
