Window-related TODOs.

This commit is contained in:
Pietro Gagliardi 2014-02-14 23:19:35 -05:00
parent ffe90eb659
commit 3a69fa9f2d
1 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,8 @@ func (w *Window) Open(control Control) (err error) {
}
}
w.created = true
// TODO resize window to apply control sizes
// TODO ensure the window has been shown before setting create?
return w.sysData.show()
}