Improved picking

This commit is contained in:
Devine Lu Linvega
2018-02-07 08:16:01 +13:00
parent ba78d99177
commit 43774ecd68
3 changed files with 15 additions and 6 deletions

View File

@@ -54,7 +54,7 @@ function Interface()
document.getElementById("mirror").className.baseVal = dotgrid.tool.layer().length < 1 ? "icon inactive" : "icon";
document.getElementById("fill").className.baseVal = dotgrid.tool.layer().length < 1 ? "icon inactive" : "icon";
document.getElementById("export").className.baseVal = dotgrid.tool.layer().length < 1 ? "icon inactive" : "icon";
document.getElementById("export").className.baseVal = "icon";
}
this.update_size = function()