kopia lustrzana https://github.com/jameshball/osci-render
Correctly show code editor by default
rodzic
91aa11ddcc
commit
bb2a03ec2d
|
@ -64,6 +64,7 @@ OscirenderAudioProcessorEditor::OscirenderAudioProcessorEditor(OscirenderAudioPr
|
||||||
juce::Path path;
|
juce::Path path;
|
||||||
path.addTriangle(0.0f, 0.0f, 0.0f, 1.0f, 1.0f, 0.5f);
|
path.addTriangle(0.0f, 0.0f, 0.0f, 1.0f, 1.0f, 0.5f);
|
||||||
collapseButton.setShape(path, false, true, true);
|
collapseButton.setShape(path, false, true, true);
|
||||||
|
resized();
|
||||||
}
|
}
|
||||||
|
|
||||||
OscirenderAudioProcessorEditor::~OscirenderAudioProcessorEditor() {}
|
OscirenderAudioProcessorEditor::~OscirenderAudioProcessorEditor() {}
|
||||||
|
|
Ładowanie…
Reference in New Issue