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
In most places, Gqrx represents frequencies as integers (qint64). At high zoom levels, the 1 Hz quantization becomes readily apparent, for instance when dragging the frequency axis or viewing tool-tips while hovering over the plot. To avoid this, we should probably represent frequencies as double everywhere.
The text was updated successfully, but these errors were encountered:
In most places, Gqrx represents frequencies as integers (qint64). At high zoom levels, the 1 Hz quantization becomes readily apparent, for instance when dragging the frequency axis or viewing tool-tips while hovering over the plot. To avoid this, we should probably represent frequencies as
double
everywhere.The text was updated successfully, but these errors were encountered: