mgarin / weblaf

WebLaF is a fully open-source Look & Feel and component library written in pure Java for cross-platform desktop Swing applications.
http://weblookandfeel.com
GNU General Public License v3.0
1.13k stars 234 forks source link

Red border in minimized WebDockableFrame #596

Closed husker-dev closed 4 years ago

husker-dev commented 4 years ago

Why do I have red border in a minimized WebDockableFrame? It became with WebLaF 1.2.11.

WebLaF 1.2.10

image

WebLaF 1.2.11

image

mgarin commented 4 years ago

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):

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.