mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-11 17:41:15 +02:00
Fix for bug #1105
This commit is contained in:
parent
7466ca71b7
commit
97c3894a22
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user