Re-added rotation guides

This commit is contained in:
Devine Lu Linvega
2018-05-28 19:24:19 +12:00
parent c41566a75e
commit de0d67d646
4 changed files with 33 additions and 10 deletions

View File

@@ -241,7 +241,7 @@ function Tool()
this.toggle_mirror = function()
{
this.style().mirror_style = this.style().mirror_style > 1 ? 0 : this.style().mirror_style+1;
this.style().mirror_style = this.style().mirror_style > 3 ? 0 : this.style().mirror_style+1;
dotgrid.guide.refresh();
dotgrid.interface.refresh(true);