Hmm... If you get a callback from `stage.setOnShow...
# tornadofx
e
Hmm... If you get a callback from
stage.setOnShown
in the primary view, that would indicate that your code is running earlier than it does for the secondary view, wouldn't it?
onShown
is already called for the secondary view when
onDock
is run.