mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-04 17:49:45 +02:00
Merge branch 'master'
This commit is contained in:
commit
5a4d28dba3
@ -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