changeset 1175:2014711330dd

Show identified window after measurement
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 14 Nov 2018 16:12:30 +0100
parents 0d17e66ad7a4
children 1ffb4b9ca5ee
files client/src/drawtool/Drawtool.vue
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/drawtool/Drawtool.vue	Wed Nov 14 16:10:11 2018 +0100
+++ b/client/src/drawtool/Drawtool.vue	Wed Nov 14 16:12:30 2018 +0100
@@ -136,8 +136,8 @@
           unitSymbol: "m",
           value: Math.round(length * 10) / 10
         });
-        this.$store.commit("application/showIdentify", true);
       }
+      this.$store.commit("application/showIdentify", true);
     },
     enableCutTool() {
       const cutVectorSrc = this.getLayerByName("Cut Tool").data.getSource();