From 9ada40050246277ee0517fb8dae90708dbec8f6a Mon Sep 17 00:00:00 2001 From: Carl-Robert Linnupuu Date: Mon, 2 Jun 2025 00:55:40 +0100 Subject: [PATCH] fix: tag panel cursor type --- .../ee/carlrobert/codegpt/ui/textarea/header/tag/TagPanel.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/kotlin/ee/carlrobert/codegpt/ui/textarea/header/tag/TagPanel.kt b/src/main/kotlin/ee/carlrobert/codegpt/ui/textarea/header/tag/TagPanel.kt index 7aa3b854..645c65de 100644 --- a/src/main/kotlin/ee/carlrobert/codegpt/ui/textarea/header/tag/TagPanel.kt +++ b/src/main/kotlin/ee/carlrobert/codegpt/ui/textarea/header/tag/TagPanel.kt @@ -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().globalScheme.defaultForeground