I am currently stuck with a very basic thing. When...
# tornadofx
a
I am currently stuck with a very basic thing. When I open a secondary stage from my app, I can't seem to apply the
Stylesheet
object to that stage. The same stylesheet object I applied to the primary stage using
importStylesheet
but I can't seem to make it work in secondary stage. Secondary stage is just ignoring the stylesheet. Any idea guys?