hiscore panel: clear tooltips when clearing levels
This commit is contained in:
@@ -397,6 +397,7 @@ public class HiscorePanel extends PluginPanel
|
|||||||
for (JLabel label : skillLabels)
|
for (JLabel label : skillLabels)
|
||||||
{
|
{
|
||||||
label.setText("--");
|
label.setText("--");
|
||||||
|
label.setToolTipText(null);
|
||||||
}
|
}
|
||||||
|
|
||||||
// if for some reason no endpoint was selected, default to normal
|
// if for some reason no endpoint was selected, default to normal
|
||||||
|
|||||||
Reference in New Issue
Block a user