More TODOs.
This commit is contained in:
parent
db80156eba
commit
ca39a32a90
|
@ -20,6 +20,7 @@ type tab struct {
|
|||
tabs []*container
|
||||
children []Control
|
||||
chainresize func(x int, y int, width int, height int, d *sizing)
|
||||
// TODO don't save this (will make things easier)
|
||||
current int
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue