fix Grid(H) icon not updating when pressing H

This commit is contained in:
Bequa La Froth 2018-12-24 09:18:56 +01:00
parent d124a800f1
commit 8ee4d6d84d

View File

@ -44,6 +44,7 @@ DOTGRID.Guide = function () {
this.toggle = function () {
this.show_extras = !this.show_extras
this.update()
DOTGRID.interface.update(true)
}
this.resize = function (size) {