mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-05 19:21:59 +01:00
Fix for bug #1105
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user