From 48c0d923d7384ce8e9e1293f4efea7901ee6dffe Mon Sep 17 00:00:00 2001 From: G4IXT Date: Fri, 7 Jun 2024 22:29:45 +0100 Subject: [PATCH] v0.10.5 bugfix line 1024 type="12" changed to type=12 --- QtTinySA.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QtTinySA.py b/QtTinySA.py index af20dbd..bfc0e81 100755 --- a/QtTinySA.py +++ b/QtTinySA.py @@ -1021,7 +1021,7 @@ def addBandPressed(): title = "New Spot Frequency" message = "Input the Name for your Spot Frequency" spotName, ok = QInputDialog.getText(None, title, message, QLineEdit.Normal, "") - bands.insertData(name=spotName, type="12", startF=f'{S1.vline.value():.6f}', + bands.insertData(name=spotName, type=12, startF=f'{S1.vline.value():.6f}', stopF='', visible=1, colour=colourID('orange')) # preset 12 is Marker (spot frequency).