mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-17 21:48:23 -04:00
Fix cancel button behaviour on waveform open dialog
This commit is contained in:
@@ -920,6 +920,10 @@ QString SampleBuffer::openAndSetWaveformFile()
|
||||
if(!fileName.isEmpty())
|
||||
{
|
||||
this->setAudioFile( fileName );
|
||||
}
|
||||
else
|
||||
{
|
||||
m_audioFile = "";
|
||||
}
|
||||
|
||||
return fileName;
|
||||
|
||||
Reference in New Issue
Block a user