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
SplitPane is passing java.awt.Adjustable.HORIZONTAL and etc to JSplitPane, but the latter expects its own constants like JSplitPane.HORIZONTAL_SPLIT. In fact, these values aren't the same.
The text was updated successfully, but these errors were encountered:
I agree that this is wrong, but unfortunately we have always had this behaviour now. Arguably what is "horizontal" and what is "vertical" subject to interpretation, especially if it's 'vertical' and not 'vertical split'. I suggest thus to simply add a note to the documentation making this perhaps less intuitive difference more clear.
Sciss
added a commit
to Sciss/scala-swing
that referenced
this issue
Apr 10, 2019
From scala/bug#7738
The text was updated successfully, but these errors were encountered: