custom cursor: use cursor name for combobox labels
This commit is contained in:
@@ -56,4 +56,10 @@ public enum CustomCursor
|
||||
this.name = name;
|
||||
this.cursorImage = ImageUtil.loadImageResource(CustomCursorPlugin.class, icon);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString()
|
||||
{
|
||||
return name;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user