Skip to content

Small fix in Plugin/NewView.cpp: use double instead of int for Value

Miche Jansen requested to merge fix-NewView into master

Currently the Value parameter in the NewView Plugin is read as an int which gave me some unexpected behavior. This fix changes the int type to double.

Merge request reports