2
0
Fork 0

Update PluginEditor.cpp

This commit is contained in:
George Reales 2020-05-09 20:26:24 +02:00
parent c98e2a5c8c
commit 381c500b7c
1 changed files with 3 additions and 2 deletions

View File

@ -29,8 +29,9 @@ void ObxdAudioProcessorEditor::loadSkin(ObxdAudioProcessor& ownerFilter){
File coords = skinFolder.getChildFile ("coords.xml");
bool useClassicSkin = coords.existsAsFile();
if (!useClassicSkin) {
rebuildComponents (processor);
return;
addMenu (14, 25, 20, ImageCache::getFromMemory(BinaryData::menu_png, BinaryData::menu_pngSize));
rebuildComponents (processor);
return;
}
XmlDocument skin (coords);