Skip to content
Snippets Groups Projects
Commit 59891ea8 authored by Flavio TARSETTI's avatar Flavio TARSETTI
Browse files

Merge branch 'fix_analyzer_method_signature_change' into 'master'

Fix analyzer method update in editor

See merge request !299
parents c0aad919 45166c6f
No related branches found
No related tags found
1 merge request!299Fix analyzer method update in editor
Pipeline #32502 passed
...@@ -222,8 +222,9 @@ function setupEditor(algorithm, dataformats, libraries) ...@@ -222,8 +222,9 @@ function setupEditor(algorithm, dataformats, libraries)
} }
{% if not binary %} {% if not binary %}
var algorithm_type = type_sequential_selector[0].checked ? beat.contributions.editor.SEQUENTIAL : beat.contributions.editor.AUTONOMOUS
source_code_editor.changeProcessMethod(checkbox_analyzer[0].checked, source_code_editor.changeProcessMethod(checkbox_analyzer[0].checked,
type_sequential_selector[0].checked); algorithm_type);
{% endif %} {% endif %}
inputs_editor.setAnalyzer(checkbox_analyzer[0].checked); inputs_editor.setAnalyzer(checkbox_analyzer[0].checked);
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment