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 c73f326 commit 247530dCopy full SHA for 247530d
Source/PluginEditor.cpp
@@ -192,8 +192,8 @@ PluginEditor::PluginEditor(PluginProcessor& p)
192
welcomePanelSearchButton.setClickingTogglesState(true);
193
welcomePanelSearchButton.onClick = [this](){
194
welcomePanelSearchInput.setVisible(welcomePanelSearchButton.getToggleState());
195
- welcomePanelSearchInput.grabKeyboardFocus();
196
if(welcomePanelSearchButton.getToggleState()) {
+ welcomePanelSearchInput.grabKeyboardFocus();
197
welcomePanel->setSearchQuery("");
198
}
199
};
0 commit comments