|
@@ -492,7 +492,7 @@ function renderLineGroup(lineGroup: any) {
|
|
targetDx = measureWidth ? measureWidth * lineGroup.dxRate : lineGroup.dx;
|
|
targetDx = measureWidth ? measureWidth * lineGroup.dxRate : lineGroup.dx;
|
|
}
|
|
}
|
|
// targetDx = targetDx * state.zoom;
|
|
// targetDx = targetDx * state.zoom;
|
|
- if (storeData.isApp) {
|
|
+ if (state.isCbsView) {
|
|
targetDx = targetDx * state.zoom;
|
|
targetDx = targetDx * state.zoom;
|
|
}
|
|
}
|
|
if (dx1 < dx2) {
|
|
if (dx1 < dx2) {
|