fix: tag panel cursor type

This commit is contained in:
Carl-Robert Linnupuu 2025-06-02 00:55:40 +01:00
parent 016f0f2862
commit 9ada400502

View file

@ -116,6 +116,7 @@ abstract class TagPanel(
fun update(name: String, icon: Icon? = null, selected: Boolean = true) {
text = name
cursor = Cursor(Cursor.HAND_CURSOR)
font = JBUI.Fonts.miniFont()
foreground = if (selected) {
service<EditorColorsManager>().globalScheme.defaultForeground