Signal processing: Fix crash at acoustic data selection.
parent
cb46917101
commit
f83e549e4a
|
|
@ -871,6 +871,7 @@ class SignalProcessingTab(QWidget):
|
||||||
self.combobox_frequency_profile.addItems(
|
self.combobox_frequency_profile.addItems(
|
||||||
[f for f in stg.freq_text[self.combobox_acoustic_data_choice.currentIndex()]])
|
[f for f in stg.freq_text[self.combobox_acoustic_data_choice.currentIndex()]])
|
||||||
|
|
||||||
|
self.recompute()
|
||||||
self.replot()
|
self.replot()
|
||||||
|
|
||||||
if self.combobox_acoustic_data_choice.count() > 0:
|
if self.combobox_acoustic_data_choice.count() > 0:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue