mmanela / diffplex

DiffPlex is Netstandard 1.0+ C# library to generate textual diffs.
Apache License 2.0
996 stars 183 forks source link

Cast Error in WF Desinger: LineNumberWidth Property should be int instead of double #81

Closed LucasFoe closed 3 years ago

LucasFoe commented 3 years ago

DependencyProperty LineNumberWidthProperty in DiffViewer.xaml.cs

mmanela commented 3 years ago

@kingcean can you take a look?

LucasFoe commented 3 years ago

Int32 as type for LineNumberWidthProperty is ok for me. I use a patched version with that change.