Skip to content

Commit

Permalink
sccharts.ui: eliminated gradient in black-white mode in dataflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Drakae committed Jul 29, 2024
1 parent c38c257 commit 01432c6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ class BlackWhiteModeHook extends SynthesisHook {
for (color : node.eAllContents.filter(KColoring).toIterable) {
color.color.convertToGray
if (color.targetColor !== null) {
color.targetColor.convertToGray
color.targetColor2 = color.targetColor.copy
color.targetColor = color.color.copy
color.targetColor2 = color.color.copy
}
}
}
Expand Down

0 comments on commit 01432c6

Please sign in to comment.