Skip to content

Commit

Permalink
Merge pull request runelite#2137 from sethtroll/resetprogresscolor
Browse files Browse the repository at this point in the history
farming panel: reset progress bar background
  • Loading branch information
deathbeam authored Apr 30, 2018
2 parents 825a33e + e6dcd28 commit dce94e0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ void update()
panel.getProgress().setMaximum(0);
panel.getProgress().setValue(0);
panel.getEstimate().setText("Unknown");
panel.getProgress().setBackground(null);
}
else
{
Expand Down

0 comments on commit dce94e0

Please sign in to comment.