changeset 1174:0d17e66ad7a4

Show identified window after measurement
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 14 Nov 2018 16:10:11 +0100
parents 3035ddd3d1a8
children 2014711330dd
files client/src/drawtool/Drawtool.vue
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/drawtool/Drawtool.vue	Wed Nov 14 15:59:29 2018 +0100
+++ b/client/src/drawtool/Drawtool.vue	Wed Nov 14 16:10:11 2018 +0100
@@ -136,6 +136,7 @@
           unitSymbol: "m",
           value: Math.round(length * 10) / 10
         });
+        this.$store.commit("application/showIdentify", true);
       }
     },
     enableCutTool() {