Skip to content

Commit 6d7c70a

Browse files
broderickt2mmanela
authored andcommitted
Tweak InsertedBackColor to use InsertedBackground instead of InsertedForeground
1 parent 015abba commit 6d7c70a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DiffPlex.Wpf/Forms/DiffViewer.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,8 @@ public Color InsertedForeColor
292292
/// </summary>
293293
public Color InsertedBackColor
294294
{
295-
get => GetColor(Core.InsertedForeground);
296-
set => Core.InsertedForeground = ToBrush(value);
295+
get => GetColor(Core.InsertedBackground);
296+
set => Core.InsertedBackground = ToBrush(value);
297297
}
298298

299299
/// <summary>

0 commit comments

Comments
 (0)