mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix fill square
This commit is contained in:
@@ -728,7 +728,7 @@ public class BreadcrumbsComponent<T extends BreadcrumbsItem> extends JComponent
|
||||
final int width = c.getWidth() - 4;
|
||||
if (bg != null) {
|
||||
g2.setColor(bg);
|
||||
g2.fillRoundRect(offset + 2, 0, width - 6, height - 3, ROUND_VALUE, ROUND_VALUE);
|
||||
g2.fillRoundRect(offset + 2, 0, width - 4, height - 3, ROUND_VALUE, ROUND_VALUE);
|
||||
}
|
||||
|
||||
final Color borderColor = s.getBorderColor(c);
|
||||
|
||||
Reference in New Issue
Block a user