1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-12-23 10:05:46 -05:00
This commit is contained in:
Jon Beniston 2023-02-25 17:05:45 +00:00
parent b917315bb8
commit 7e1413ca7b

View File

@ -1383,7 +1383,7 @@ void HeatMapGUI::addToPowerSeries(QDateTime dateTime, double average, double pul
void HeatMapGUI::updateAxis()
{
if (!m_powerPathLossSeries || (m_powerPathLossSeries->count() <= 1)) {
if (!m_powerAverageSeries || !m_powerPathLossSeries || (m_powerPathLossSeries->count() <= 1)) {
return;
}
QDateTime current = QDateTime::currentDateTime();