重新更新git合成时,丢失的代码
This commit is contained in:
parent
86d142d093
commit
2d53ddff19
|
|
@ -4290,9 +4290,10 @@ void FormDraw::s_addDrawImage(QString strUuid, QString strSlfName, QString strWe
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
QMyCustomPlot *curv = new QMyCustomPlot(this, strSlfName, strWellName, strTrackName, strLineName);
|
QMyCustomPlot *curv = new QMyCustomPlot(this, strSlfName, strWellName, strTrackName, strLineName, "DrawImageObject");
|
||||||
//绑定m_formTrack,方便关联formInfo
|
//绑定m_formTrack,方便关联formInfo
|
||||||
curv->m_formTrack = m_formTrack;
|
curv->m_formTrack = m_formTrack;
|
||||||
|
curv->setScaleX(0, 264);
|
||||||
curv->setDepthY(m_iY1, m_iY2);
|
curv->setDepthY(m_iY1, m_iY2);
|
||||||
if (nW <= 0)
|
if (nW <= 0)
|
||||||
nW = g_iOneWidth;
|
nW = g_iOneWidth;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user