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
That is a bug, seems that I've accidentally replaced the border color in the base skin.
I've pushed a fix for it, it will be available in the v1.2.12 snapshot version shortly.
I'll also add a few dockable examples into demo later on to make sure I won't miss out on the visual issues in future updates. I've missed it because at this point I'm using StyleId.dockablepaneCompact and StyleId.dockableframeCompact styles for all dockable elements and those didn't have the same problem.
So there are a few options to solve this problem (until v1.2.12 release):
Use custom skin with the border replaced in default style
Use custom style for WebDockableFrame with the border replaced
Use v1.2.12 snapshot version with the fix
Use StyleId.dockableframeCompact (you might also like this one more)
I'm planning to switch to different versioning approach to easily release hotfixes like this one fast, but for now, unfortunately, next update will take some time.
Why do I have red border in a minimized
WebDockableFrame
? It became withWebLaF 1.2.11
.WebLaF 1.2.10
WebLaF 1.2.11
The text was updated successfully, but these errors were encountered: