mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-19 16:28:46 +00:00
fix: tag panel cursor type
This commit is contained in:
parent
016f0f2862
commit
9ada400502
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue