Skip to content

Commit 8e620b0

Browse files
committed
Fix typo in sidebar shortcut logic
1 parent d8a9bd1 commit 8e620b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/PluginEditor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1674,7 +1674,7 @@ bool PluginEditor::perform(InvocationInfo const& info)
16741674
}
16751675
case CommandIDs::ToggleRightSidebar: {
16761676
if (rightSidebar)
1677-
rightSidebar->showSidebar(leftSidebar->isHidden());
1677+
rightSidebar->showSidebar(rightSidebar->isHidden());
16781678
return true;
16791679
}
16801680
case CommandIDs::Search: {

0 commit comments

Comments
 (0)