Skip to content

Commit 4bd2965

Browse files
committed
Fix keyboard focus bug in Logic
1 parent 0a93a12 commit 4bd2965

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Source/TabComponent.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,6 @@ void TabComponent::showTab(Canvas* cnv, int const splitIndex)
797797
if (cnv) {
798798
addAndMakeVisible(cnv->viewport.get());
799799
cnv->setVisible(true);
800-
cnv->grabKeyboardFocus();
801800
cnv->patch.splitViewIndex = splitIndex;
802801
activeSplitIndex = splitIndex;
803802
}

0 commit comments

Comments
 (0)