Merge pull request #2137 from sethtroll/resetprogresscolor
farming panel: reset progress bar background
This commit is contained in:
@@ -183,6 +183,7 @@ class FarmingTrackerPanel extends PluginPanel
|
||||
panel.getProgress().setMaximum(0);
|
||||
panel.getProgress().setValue(0);
|
||||
panel.getEstimate().setText("Unknown");
|
||||
panel.getProgress().setBackground(null);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user