EarToEarOak / RTLSDR-Scanner

A cross platform Python frequency scanning GUI for the OsmoSDR rtl-sdr library
http://eartoearoak.com/software/rtlsdr-scanner
GNU General Public License v3.0
683 stars 144 forks source link

Mark peaks above threshold doesn't accept decimal numbers #39

Open SIGUSRBACON opened 6 years ago

SIGUSRBACON commented 6 years ago

It seems that the right click dialog box for setting a threshold doesn't allow decimal numbers. More specifically, it doesn't seem to allow the . character.

EarToEarOak commented 6 years ago

I assume you mean right-clicking the mark peaks button?

Currently this only accepts integers but I can look into adding a floating-point input if this is useful??