feature : change grid size

* removed SHOW_GRID boolean, replaced with GRID_WIDTH
* gridEnabled on a frame is now infered from the grid width setting
* updated template to use a select to pick the grid size
This commit is contained in:
jdescottes
2014-03-16 22:46:43 +01:00
parent c38300392e
commit 9ae01cb074
11 changed files with 49 additions and 35 deletions

View File

@@ -27,7 +27,7 @@
var serializedRendering = [
this.getZoom(),
this.isGridEnabled(),
this.getGridWidth(),
offset.x,
offset.y,
size.width,