Skip to content

Commit

Permalink
be sure to redraw after applying Python options. fixes #318; bump ver…
Browse files Browse the repository at this point in the history
…sion
  • Loading branch information
zakandrewking committed Sep 5, 2019
1 parent 7545cdd commit 364c482
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "escher",
"author": "Zachary King",
"version": "1.7.2",
"version": "1.7.3",
"post_version": null,
"schema_version": "1-0-0",
"map_model_version": "6",
Expand Down
4 changes: 2 additions & 2 deletions py/escher/static/escher.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion py/escher/static/escher.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion py/escher/static/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "escher",
"author": "Zachary King",
"version": "1.7.2",
"version": "1.7.3",
"post_version": null,
"schema_version": "1-0-0",
"map_model_version": "6",
Expand Down
3 changes: 3 additions & 0 deletions src/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ if (base) {
}
})
})

// draw again to get settings visualized
builder.map.draw_everything()
}
}
)
Expand Down

0 comments on commit 364c482

Please sign in to comment.