diff options
| author | tassaron | 2017-07-29 23:45:37 -0400 |
|---|---|---|
| committer | tassaron | 2017-07-29 23:45:37 -0400 |
| commit | db1ea1fc4edf19589e82171d48c417742c61c74b (patch) | |
| tree | 61058487ca96905f6f722498e0f6f2fc69dbb7c4 /src/mainwindow.py | |
| parent | 1297af61c9ce00b6dd76f8ec690baedf5bf887c7 (diff) | |
generic preview sound for waveform component
with secret preference to use the audio file again
Diffstat (limited to 'src/mainwindow.py')
| -rw-r--r-- | src/mainwindow.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.py b/src/mainwindow.py index 070131c..a97081e 100644 --- a/src/mainwindow.py +++ b/src/mainwindow.py @@ -791,6 +791,8 @@ class MainWindow(QtWidgets.QMainWindow): field.blockSignals(True) field.setText('') field.blockSignals(False) + self.progressBarUpdated(0) + self.progressBarSetText('') @disableWhenEncoding def createNewProject(self, prompt=True): |
