Skip to content

Commit 262ef0e

Browse files
committed
Bring Visualizer window to front when Editor is selected
1 parent b70d0ac commit 262ef0e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Source/Processors/Editors/VisualizerEditor.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,9 @@ void VisualizerEditor::editorWasClicked()
166166
LOGD("Setting tab index to ", tabIndex);
167167
AccessClass::getDataViewport()->selectTab (tabIndex);
168168
}
169+
170+
if (dataWindow && windowSelector->getToggleState())
171+
dataWindow->toFront(true);
169172
}
170173

171174

0 commit comments

Comments
 (0)