Peak Picking Drop not working

Dear all,

I have recently installed V3 on an iMac7. So far everything works smoothly, except for the `peak picking drop` function which seems not to be functioning. While I can change the number from the default 10% to 5% for example, this setting does not remain and automatically goes back to 10%. 

Cheers,
Panagiota

Hi, Where do you change the settings? From menu -> project -> preferences ?
You can also set from a python console, menu -> view -> python console (shortcut tab-tab) and run:
application.preferences.general.peakDropFactor = 0.05
This will set and save the peakDropFactor to 5%.

Thank you for your prompt response. It works through the python console, I can verify the change in the setting through menu -> project -> preferences.

Cheers,
Panagiota