From 8ee4d6d84d06bb48b05174dd0988056a070479cf Mon Sep 17 00:00:00 2001 From: Bequa La Froth Date: Mon, 24 Dec 2018 09:18:56 +0100 Subject: [PATCH] fix Grid(H) icon not updating when pressing H --- desktop/sources/scripts/guide.js | 1 + 1 file changed, 1 insertion(+) diff --git a/desktop/sources/scripts/guide.js b/desktop/sources/scripts/guide.js index 7a7b015..9cdb29c 100644 --- a/desktop/sources/scripts/guide.js +++ b/desktop/sources/scripts/guide.js @@ -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) {