Hi, I got weird problem, after some point tab in t...
# tornadofx
s
Hi, I got weird problem, after some point tab in tabPane stop to display components..
Copy code
tabpane {
 tab { add(CodeArea()) } // from richtextfx
 tab { button("aaa") }
 }
after
add(CodeArea())
tab, all other tabs don't display any components... And it worked before, dunno whats wrong now..