diff options
| author | Pietro Gagliardi <[email protected]> | 2014-07-21 22:03:18 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-07-21 22:03:18 -0400 |
| commit | de92b822a744be07d0e6424481a0f0a5280a2d4b (patch) | |
| tree | 489a78fd9e32215b66960460d1b0dbb9fb8467ec /redo/controls_windows.go | |
| parent | 58db287ca283a48bb19de359de81df60b4284158 (diff) | |
More TODOs.
Diffstat (limited to 'redo/controls_windows.go')
| -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 |
