Skip to content

Commit 0fd7aca

Browse files
committed
Reload previously selected stream if any
1 parent fc22fe6 commit 0fd7aca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Source/PythonProcessorEditor.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ PythonProcessorEditor::PythonProcessorEditor(PythonProcessor* parentNode)
8686
void PythonProcessorEditor::updateSettings()
8787
{
8888

89-
streamSelection->clear();
89+
currentStream = (uint16) (int)getProcessor()->getParameter("current_stream")->getValue();
90+
streamSelection->clear();
9091

9192
for (auto stream : getProcessor()->getDataStreams())
9293
{

0 commit comments

Comments
 (0)