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 <kode54@gmail.com>
main
Christopher Snowhill 2022-10-20 21:26:06 -07:00
parent b5e096180a
commit 034863ee38
1 changed files with 2 additions and 2 deletions

View File

@ -1074,7 +1074,7 @@
<nil key="toolTip"/>
<size key="minSize" width="64" height="26"/>
<size key="maxSize" width="64" height="26"/>
<customView key="view" id="lVy-2P-05b" customClass="SpectrumView">
<customView key="view" id="lVy-2P-05b" customClass="SpectrumViewCG">
<rect key="frame" x="0.0" y="14" width="64" height="26"/>
<autoresizingMask key="autoresizingMask"/>
</customView>
@ -1333,7 +1333,7 @@
<nil key="toolTip"/>
<size key="minSize" width="64" height="26"/>
<size key="maxSize" width="64" height="26"/>
<customView key="view" id="gyu-hn-EUs" customClass="SpectrumView">
<customView key="view" id="gyu-hn-EUs" customClass="SpectrumViewCG">
<rect key="frame" x="0.0" y="14" width="64" height="26"/>
<autoresizingMask key="autoresizingMask"/>
</customView>