terjeio/ioSender

Incorrect variable in setter

cbaugher opened this issue · 1 comments

set { SetValue(MinusOnlyProperty, value); }

This setter for GrblEncoderMode EncoderMode sets the MinusOnlyProperty.

I don't know how it actually affects the application but it certainly confuses the VS XAML designer. Lol!

Oops, a copy paste error. I am using VS2015 since I have a professional license - and it does not complain about it...
Will fix in next commit.