hide mirror guides on H

This commit is contained in:
Bequa La Froth 2018-12-24 10:26:58 +01:00
parent 8ee4d6d84d
commit ddfb6cca51

View File

@ -58,6 +58,8 @@ DOTGRID.Guide = function () {
}
this.draw_mirror = function () {
if (!this.show_extras) { return }
if (DOTGRID.tool.style().mirror_style === 0) { return }
const middle = { x: DOTGRID.tool.settings.size.width + (DOTGRID.grid_width), y: DOTGRID.tool.settings.size.height + (2 * DOTGRID.grid_height) }