Selaa lähdekoodia

fix: http://192.168.0.21/index.php?m=bug&f=view&bugID=37848

jinx 2 vuotta sitten
vanhempi
commit
5ab72ed8fe

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 1 - 1
server/test/a0k4xu045_202305311600080410/attach/sceneStore


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

@@ -114,6 +114,7 @@ export default class LocationModeControl {
       if (basePointCount == 0) {
         return Msg.UnBasePoint;
       } else if (fixPointCount == 0) {
+        uiService.setSelectLocationMode(null)
         return Msg.UnFixPoint;
       } else if (Settings.baseLineId == null) {
         return Msg.UnBaseLine;