Shan
02/02/2019, 12:14 PMRenameFragment().openModal(stageStyle = StageStyle.UTILITY, escapeClosesWindow = true)
and setting the stage options from the returned stage to: newStage.scene.fill = Color.TRANSPARENT
and in my Styles.css I'm setting the vbox root of the RenameFragment
style to backgroundColor += Color.TRANSPARENT
and also the root
class of the Fragment to transparent, but to no effect. 😞littlelightcz
02/02/2019, 2:59 PMescapeClosesWindow = true
-- so far I've been always doing it manually using shortcut("Esc") { close() }
😁