mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 20:58:03 +00:00
Phase label colors from skin palette now used in field views.
This commit is contained in:
@@ -858,7 +858,6 @@ public class ViewField extends FRoundedPanel {
|
|||||||
// Center vertically and horizontally. Show border if active.
|
// Center vertically and horizontally. Show border if active.
|
||||||
g.setColor(c);
|
g.setColor(c);
|
||||||
g.fillRoundRect(1, 1, w - 2, h - 2, 5, 5);
|
g.fillRoundRect(1, 1, w - 2, h - 2, 5, 5);
|
||||||
g.setColor(Color.black);
|
|
||||||
super.paintComponent(g);
|
super.paintComponent(g);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user