Remove dulling from progress bar positions (#7781)
This makes the positions more visible. Closes #7170
This commit is contained in:
committed by
Tomas Slusny
parent
3623efe9e5
commit
be8bdaeb7a
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user