Skip to content

Commit

Permalink
refresh when values ​​change
Browse files Browse the repository at this point in the history
  • Loading branch information
bettellam authored Aug 8, 2024
1 parent e1bfad1 commit e5fb2e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/gps/qgsgpsinformationwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -365,10 +365,10 @@ void QgsGpsInformationWidget::gpsDisconnected()

void QgsGpsInformationWidget::displayGPSInformation( const QgsGpsInformation &info )
{
QVector<QPointF> data;

if ( mStackedWidget->currentIndex() == 1 && info.satInfoComplete ) //signal
{
QVector<QPointF> data;
mPlot->setAxisScale( QwtPlot::xBottom, 0, info.satellitesInView.size() );
} //signal
#ifdef WITH_QWTPOLAR
Expand Down

0 comments on commit e5fb2e9

Please sign in to comment.