# HG changeset patch # User Markus Kottlaender # Date 1540459078 -7200 # Node ID e3df77b8074f6420a277001e1e45c52442f5cee0 # Parent bdc8b416087263afa194165611adea0d9e03fe27 changed cut icon diff -r bdc8b4160872 -r e3df77b8074f client/src/linetool/Linetool.vue --- 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 }; } }