From 869469ad2437e08a5722a89ffab0278cceac98c3 Mon Sep 17 00:00:00 2001 From: "born a rick, raised a morty, died a jerry" Date: Mon, 26 Nov 2018 05:27:20 -0500 Subject: [PATCH] force cd graph to update when toggling previews on --- Themes/Til Death/BGAnimations/_chorddensitygraph.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Themes/Til Death/BGAnimations/_chorddensitygraph.lua b/Themes/Til Death/BGAnimations/_chorddensitygraph.lua index 6ecbc91463..00590527a1 100644 --- a/Themes/Til Death/BGAnimations/_chorddensitygraph.lua +++ b/Themes/Til Death/BGAnimations/_chorddensitygraph.lua @@ -99,6 +99,9 @@ local t = Def.ActorFrame { self:queuecommand("GraphUpdate") end end, + ChartPreviewOnMessageCommand = function(self) + self:queuecommand("GraphUpdate") + end, Def.Quad { Name = "cdbg", InitCommand = function(self)