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 7115066 commit 9841db2Copy full SHA for 9841db2
Source/Dialogs/PatchStore.h
@@ -1104,6 +1104,7 @@ struct PatchStore final : public Component
1104
input.setJustification(Justification::centredLeft);
1105
input.onTextChange = [this] {
1106
patchContainer.filterPatches(input.getText());
1107
+ contentViewport.setViewPositionProportionately(0.0f, 0.0f);
1108
};
1109
input.onFocusLost = [this] {
1110
if (searchButton.isMouseOver()) {
0 commit comments