So, since the `parent` of the `forwardButton` is `...
# tornadofx
f
So, since the
parent
of the
forwardButton
is
null
both within the
init
block and in the
onBeforeShow()
hook but is a child of the
header
, I assume that this could be a bug. On a side note: Why do we go to the grandparent of the
Node
in
removeFromParent()
if the button is a direct descendant of the toolbar? Maybe @edvin can enlighten me?