mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
[rdct] Fix dsl renderer according to platform changes
GitOrigin-RevId: c64e20b39b35aabb6bc98e1cbc09492e1f49897c
This commit is contained in:
committed by
intellij-monorepo-bot
parent
8b1c502b64
commit
1fd5a408bb
@@ -9,7 +9,7 @@ import java.awt.Font
|
||||
import javax.swing.UIManager
|
||||
|
||||
@ApiStatus.Experimental
|
||||
class LcrTextInitParams internal constructor(foreground: Color) : LcrInitParams() {
|
||||
class LcrTextInitParams(foreground: Color) : LcrInitParams() {
|
||||
|
||||
/**
|
||||
* A grey text, that is usually used for non-primary information in renderers
|
||||
|
||||
Reference in New Issue
Block a user