diff --git a/logPlus/formwell.cpp b/logPlus/formwell.cpp index 0763073..4b0e462 100644 --- a/logPlus/formwell.cpp +++ b/logPlus/formwell.cpp @@ -536,7 +536,7 @@ void FormWell::slot_NewTrack_No_Line(QString strUuid, QJsonObject topObj, QJsonO listdt << m_strSlfName; listdt << ""; listdt << ""; - listdt << QString::number(nW * static_cast(g_dPixelPerCm)); + listdt << QString::number(nW); QVector vecWgt = new_track(listdt, strTrackName); if(vecWgt.size() <= 0)