Remove dulling from progress bar positions (#7781)

This makes the positions more visible.

Closes #7170
This commit is contained in:
Jakob Ankarhem
2019-02-11 10:31:16 +01:00
committed by Tomas Slusny
parent 3623efe9e5
commit be8bdaeb7a

View File

@@ -94,7 +94,6 @@ public class ProgressBar extends DimmableJPanel
super.paint(g);
g.setColor(getForeground());
g.fillRect(0, 0, topWidth, 16);
g.setColor(getForeground().darker());
for (final Double position : positions)
{