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
scala.swing.Component's onFirstSubscribe calls super.onFirstSubscribe first, which adds a ComponentListener, then adds another one on its own. This is clearly not intended behavior.
From scala/bug#4903
The text was updated successfully, but these errors were encountered: