1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-11 17:41:15 +02:00
This commit is contained in:
Leland Lucius 2015-08-02 00:58:46 -05:00
parent 7466ca71b7
commit 97c3894a22

View File

@ -641,7 +641,7 @@ void FreqWindow::DrawBackground(wxMemoryDC & dc)
void FreqWindow::DrawPlot()
{
if (!mData || mDataLen < mWindowSize) {
if (!mData || mDataLen < mWindowSize || mAnalyst->GetProcessedSize() == 0) {
wxMemoryDC memDC;
vRuler->ruler.SetLog(false);