diff options
Diffstat (limited to 'qt-mobile/qmlprofile.cpp')
-rw-r--r-- | qt-mobile/qmlprofile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-mobile/qmlprofile.cpp b/qt-mobile/qmlprofile.cpp index 7ff95db9b..512aa6a3a 100644 --- a/qt-mobile/qmlprofile.cpp +++ b/qt-mobile/qmlprofile.cpp @@ -53,7 +53,7 @@ void QMLProfile::setDiveId(const QString &diveId) if (!d) return; qDebug() << "setDiveId called with valid dive" << d->number; - m_profileWidget->plotDive(d); + m_profileWidget->plotDive(d, true); } qreal QMLProfile::devicePixelRatio() const |