From 034863ee38e399a702abe1539456f66552e45cb8 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Thu, 20 Oct 2022 21:26:06 -0700 Subject: [PATCH] Fix Spectrum View in toolbar customizer It was referencing the old SpectrumView class, when it should have been referencing the safe SpectrumViewCG class, which will software render a single frame of spectrum data when the customizing dialog is opened. Signed-off-by: Christopher Snowhill --- Base.lproj/MainMenu.xib | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Base.lproj/MainMenu.xib b/Base.lproj/MainMenu.xib index 34f85002c..108ae9254 100644 --- a/Base.lproj/MainMenu.xib +++ b/Base.lproj/MainMenu.xib @@ -1074,7 +1074,7 @@ - + @@ -1333,7 +1333,7 @@ - +