MacSergey / NodeMarkup

MIT License
66 stars 15 forks source link

Auto tooltip for properties says "Range" instead of "Auto" #351

Closed lboyling closed 1 year ago

lboyling commented 1 year ago

There's a minor UI issue when using props or trees as the line style - the tooltip for the step property when you hover over the auto option says "Range" instead of "Auto"

image

This looks to be the line where the incorrect localization string is used: https://github.com/MacSergey/NodeMarkup/blob/4f456a2d35df7e132d449d7cf76a9ce37b12d5fa/NodeMarkup/UI/Property%20panels/StaticRangeProperty.cs#L457

MacSergey commented 1 year ago

thanks, fixed