changeset 1049:e3df77b8074f

changed cut icon
author Markus Kottlaender <markus@intevation.de>
date Thu, 25 Oct 2018 11:17:58 +0200
parents bdc8b4160872
children e3f3e645792b
files client/src/linetool/Linetool.vue
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/linetool/Linetool.vue	Thu Oct 25 11:06:13 2018 +0200
+++ b/client/src/linetool/Linetool.vue	Thu Oct 25 11:17:58 2018 +0200
@@ -58,8 +58,8 @@
         fa: true,
         "fa-pencil": !this.selectedMorph,
         "fa-pencil inverted": !this.selectedMorph && this.drawMode,
-        "fa-cut": this.selectedMorph,
-        "fa-cut inverted": this.selectedMorph && this.drawMode
+        "fa-area-chart": this.selectedMorph,
+        "fa-area-chart inverted": this.selectedMorph && this.drawMode
       };
     }
   }