kopia lustrzana https://github.com/jameshball/osci-render
Fix custom lua code not appearing when closing and opening VST window
rodzic
4052788c8a
commit
09d9b32882
|
@ -356,8 +356,8 @@ void OscirenderAudioProcessorEditor::editCustomFunction(bool enable) {
|
|||
editingCustomFunction = enable;
|
||||
juce::SpinLock::ScopedLockType lock1(audioProcessor.parsersLock);
|
||||
juce::SpinLock::ScopedLockType lock2(audioProcessor.effectsLock);
|
||||
updateCodeEditor();
|
||||
codeEditors[0]->setVisible(enable);
|
||||
updateCodeEditor();
|
||||
}
|
||||
|
||||
// parsersLock AND effectsLock must be locked before calling this function
|
||||
|
|
Ładowanie…
Reference in New Issue