diff -r 38514063ecee -r f5d9aa5c62db src/eric7/Debugger/VariablesFilterDialog.py --- a/src/eric7/Debugger/VariablesFilterDialog.py Wed Oct 12 19:54:22 2022 +0200 +++ b/src/eric7/Debugger/VariablesFilterDialog.py Thu Oct 13 17:55:37 2022 +0200 @@ -24,7 +24,7 @@ filters to be applied during a debugging session. Pressing 'Apply' will show the effect of the current selection on the currently shown variables. 'Reset' will reset the selection to the one the dialog was opened with. - + @signal applyFilterLists(list of str, list of str) emitted to apply the given locals and globals filters to the currently shown variables """