We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b70d0ac commit 262ef0eCopy full SHA for 262ef0e
Source/Processors/Editors/VisualizerEditor.cpp
@@ -166,6 +166,9 @@ void VisualizerEditor::editorWasClicked()
166
LOGD("Setting tab index to ", tabIndex);
167
AccessClass::getDataViewport()->selectTab (tabIndex);
168
}
169
+
170
+ if (dataWindow && windowSelector->getToggleState())
171
+ dataWindow->toFront(true);
172
173
174
0 commit comments