mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-23 10:05:46 -05:00
Fix #1606
This commit is contained in:
parent
b917315bb8
commit
7e1413ca7b
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user