<@U0F3291QE> When in the `Workspace` lifecycle wou...
# tornadofx
k
@edvin When in the
Workspace
lifecycle would you invoke
removeFromParent
on the default toolbar buttons? If you do it in
init
or
onDock
the buttons have null parents, so nothing happens.
workspace.root.header.removeFromParent()
during the
Workspace
onDock
did what I want, but I think it is a bug that you can't do the individual toolbar items as documented in the guide.