When I look at the code, I see that the "graphicPr...
# tornadofx
j
When I look at the code, I see that the "graphicProperty" is only bound if "graphic != null". Any idea why this is necessary? Or is this maybe a typo and should be "if (graphicProperty!=null)"?
g
did that change solve the problem?