fix Grid(H) icon not updating when pressing H
This commit is contained in:
parent
d124a800f1
commit
8ee4d6d84d
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user