Regardless of how to get the button to disappear, ...
# tornadofx
f
Regardless of how to get the button to disappear, my main questions are these: 1. Why is the
forwardButton
a child of the
header
, but the
header
is not a parent of the
forwardButton
? I’d assume that if you set one, you automatically get the other at pretty much the same time 2. Why does
removeFromParent()
check for the
parent?.parent
instead of just the
parent
when dealing with a
Toolbar
?