Fix Fader pixmaps (#7041)

This commit is contained in:
saker
2023-12-31 21:52:56 -05:00
committed by GitHub
parent f79695e4f8
commit 4049cc29d3
2 changed files with 9 additions and 3 deletions

View File

@@ -152,9 +152,9 @@ private:
QElapsedTimer m_lastPeakTimer_L;
QElapsedTimer m_lastPeakTimer_R;
QPixmap m_back = embed::getIconPixmap("fader_background");
QPixmap m_leds = embed::getIconPixmap("fader_leds");
QPixmap m_knob = embed::getIconPixmap("fader_knob");
QPixmap m_back;
QPixmap m_leds;
QPixmap m_knob;
bool m_levelsDisplayedInDBFS;