缩放时横向和Y方向同时缩放

This commit is contained in:
jiayulong 2026-06-04 11:58:53 +08:00
parent 8497086c75
commit 5e801e13fa

View File

@ -3338,6 +3338,12 @@ void MainWindowCurve::ZoomIn(float fNewZoom)
}
}
}
if(columnCount>0)
{
int iNewScale = m_iScale/fNewZoom;
//改变缩放比例
s_changeScale(m_strUuid, iNewScale);
}
}
//放大