You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Same error found with release 0.6.9
The issue in the code is located in "DisplaySettings.py"
The argument in new_marker.setScale is wrong:
new_marker.setScale(self.app.scaleFactor)
"self.app.scaleFactor" need to be replaced by "self.app.scale_factor"
Describe the bug
The soft crashed trying to add markers, before and acter connect the nanovna v2 Pro4, on Windows 10 with nano-saver 0.6.8
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Add marker 4, 5, 6,...
Desktop (please complete the following information):
Additional context
It can be added with version 0.6.5 and use it whith the V 0.6.8. The change remains.
The text was updated successfully, but these errors were encountered: