Phase label colors from skin palette now used in field views.

This commit is contained in:
Doublestrike
2012-01-31 02:08:04 +00:00
parent 77fb8346e7
commit ede46ab115

View File

@@ -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);
} }
} }