more kotlin jank
This commit is contained in:
parent
a9da885faf
commit
d40ffd2be4
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ data class JBHtmlPaneStyleConfiguration(
|
||||||
// Update here when more colors are used from the colorScheme
|
// Update here when more colors are used from the colorScheme
|
||||||
colorScheme.defaultBackground.rgb == colorScheme2.defaultBackground.rgb
|
colorScheme.defaultBackground.rgb == colorScheme2.defaultBackground.rgb
|
||||||
&& colorScheme.defaultForeground.rgb == colorScheme2.defaultForeground.rgb
|
&& colorScheme.defaultForeground.rgb == colorScheme2.defaultForeground.rgb
|
||||||
&& ControlKind.entries.all {
|
&& ControlKind.values().all {
|
||||||
colorScheme.getAttributes(it.colorSchemeKey) ==
|
colorScheme.getAttributes(it.colorSchemeKey) ==
|
||||||
colorScheme2.getAttributes(it.colorSchemeKey)
|
colorScheme2.getAttributes(it.colorSchemeKey)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue