You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Full trace below, but the issue seems to be that there are classes org/fxmisc/richtext/event/MouseOverTextEvent.java and org/fxmisc/richtext/MouseOverTextEvent.java (i.e. with and without event) both trying to register themselves with the same name. I'm guessing only one of these classes should exist. Seen in 0.8.1
Could you reproduce the code that causes this? I can't seem to reproduce it on my end. If I can't reproduce, I'm not sure whether I've really fixed it either.
Full trace below, but the issue seems to be that there are classes
org/fxmisc/richtext/event/MouseOverTextEvent.java
andorg/fxmisc/richtext/MouseOverTextEvent.java
(i.e. with and without event) both trying to register themselves with the same name. I'm guessing only one of these classes should exist. Seen in 0.8.1The text was updated successfully, but these errors were encountered: