We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f284422 commit dd99848Copy full SHA for dd99848
Source/Objects/ObjectBase.cpp
@@ -426,8 +426,6 @@ void ObjectBase::openSubpatch()
426
path = File(String::fromUTF8(canvas_getdir(glist)->s_name)).getChildFile(String::fromUTF8(glist->gl_name->s_name)).withFileExtension("pd");
427
}
428
429
- cnv->editor->getTabComponent().setActiveSplit(cnv);
430
- subpatch->splitViewIndex = cnv->patch.splitViewIndex;
431
cnv->editor->getTabComponent().openPatch(subpatch);
432
433
if (path.getFullPathName().isNotEmpty()) {
0 commit comments