-
I have added the following validator to the TitledSkin (as you proposed for 1-many and many-1 connections), but it doesn't work for TitledSkin whereas it works perfectly for DefaultSkin. N.B: I did add the following in
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Not the best place to change the validator, because of the order of listeners: The original demo validator is applied after that in But with a quick |
Beta Was this translation helpful? Give feedback.
Not the best place to change the validator, because of the order of listeners: The original demo validator is applied after that in
io.github.eckig.grapheditor.demo.GraphEditorDemoController#handleActiveSkinControllerChange
.But with a quick
Platform.runLater()
hack the validator is applied correctly.