gitextensions / ICSharpCode.TextEditor

ICSharpCode.TextEditor for WinForms
14 stars 22 forks source link

Prevent an ArgumentOutOfRangeException #21

Closed pmiossec closed 4 years ago

pmiossec commented 4 years ago

by checking the value to see if it fits between the Minimum and the Maximum before trying to set it

Fixes https://github.com/gitextensions/gitextensions/issues/7836

I can't reproduce it but it seems that I got it when I click unintentionally on a commit in the revision grid when the grid was loading.

pmiossec commented 4 years ago

@msftbot merge in 1 day