Fixes minor tooltip bug for the ColorComponent

This commit is contained in:
noil 2020-12-03 16:35:11 -05:00
parent 42ec2cd0d1
commit eea0e940da
1 changed files with 1 additions and 1 deletions

View File

@ -429,7 +429,7 @@ public final class ModuleListComponent extends ResizableHudComponent {
components.add(keybindText);
ColorComponent colorComponent = new ColorComponent("Color", module.getColor());
keybindText.setTooltipText("The current hex color for this module.");
colorComponent.setTooltipText("The current hex color for this module.");
colorComponent.returnListener = new ComponentListener() {
@Override
public void onComponentEvent() {