Skip to content

Commit 67a4687

Browse files
committed
Fix build
1 parent eaeabb4 commit 67a4687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MaterialDesignThemes.Wpf/PaletteHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ private static bool ReplaceEntry(object entryName, object newValue, ResourceDict
147147
}
148148
catch
149149
{
150-
System.Diagnostics.Debug.WriteLine(@"The argument :" + nameof(newValue) + " is not a brush. It is recommended to call the method like this ReplaceEntry(""SomeColor"", somethingnotabrush, null, false) to improve performance. Setting value without animation");
150+
System.Diagnostics.Debug.WriteLine(@"The argument :" + nameof(newValue) + " is not a brush.");
151151
goto setval; //Set the value normally if type is incorrect
152152
}
153153
}

0 commit comments

Comments
 (0)