Browse Source

默认设置修改后调用autoRedraw

jinx 2 năm trước cách đây
mục cha
commit
933e55c8f8
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/graphic/Controls/UIControl.js

+ 1 - 0
src/graphic/Controls/UIControl.js

@@ -542,6 +542,7 @@ export default class UIControl {
     uiService.setSingleLaneWidth(setting.singleRoadWidth / coordinate.res);
     // uiService.setLineWidth(setting.lineWidth / 1000 / coordinate.res);
     uiService.setLineWidth(setting.lineWidth);
+    this.layer.renderer.autoRedraw();
   }
 
   // 获取默认设置