amund7 / CANBUS-Analyzer

Originally a development tool for Scan My Tesla, but contributions has turned into a standalone canbus data analyzer suite, supporting a wide variety of log formats, and also DBC file signal definitions.
206 stars 52 forks source link

Fix to NotifyPropertyChange NullReferenceException #14

Closed scottstout closed 5 years ago

scottstout commented 5 years ago

I think this will fix the null ref exception you were seeing.

Bokonon79 commented 5 years ago

A nice, simple fix to #12.

amund7 commented 5 years ago

Looks great. But what's the root cause why it's null? I don't think it was like that before, and I believe we are seeing side effects of it being null (i.e., graphs are not updating/auto scaling). And this used to work earlier, but not sure this is what's causing it...