Signal processing: Fix crash at acoustic data selection.

dev
Pierre-Antoine 2025-04-22 17:13:15 +02:00
parent cb46917101
commit f83e549e4a
1 changed files with 1 additions and 0 deletions

View File

@ -871,6 +871,7 @@ class SignalProcessingTab(QWidget):
self.combobox_frequency_profile.addItems(
[f for f in stg.freq_text[self.combobox_acoustic_data_choice.currentIndex()]])
self.recompute()
self.replot()
if self.combobox_acoustic_data_choice.count() > 0: