From bb2a03ec2dabe9c38d84998795e8c2efeeba6d9b Mon Sep 17 00:00:00 2001 From: James Ball Date: Sun, 2 Jul 2023 11:22:01 +0100 Subject: [PATCH] Correctly show code editor by default --- Source/PluginEditor.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/PluginEditor.cpp b/Source/PluginEditor.cpp index 2656fed..ccf1d98 100644 --- a/Source/PluginEditor.cpp +++ b/Source/PluginEditor.cpp @@ -64,6 +64,7 @@ OscirenderAudioProcessorEditor::OscirenderAudioProcessorEditor(OscirenderAudioPr juce::Path path; path.addTriangle(0.0f, 0.0f, 0.0f, 1.0f, 1.0f, 0.5f); collapseButton.setShape(path, false, true, true); + resized(); } OscirenderAudioProcessorEditor::~OscirenderAudioProcessorEditor() {}