Update PluginEditor.cpp
This commit is contained in:
parent
c98e2a5c8c
commit
381c500b7c
1 changed files with 3 additions and 2 deletions
|
@ -29,6 +29,7 @@ void ObxdAudioProcessorEditor::loadSkin(ObxdAudioProcessor& ownerFilter){
|
||||||
File coords = skinFolder.getChildFile ("coords.xml");
|
File coords = skinFolder.getChildFile ("coords.xml");
|
||||||
bool useClassicSkin = coords.existsAsFile();
|
bool useClassicSkin = coords.existsAsFile();
|
||||||
if (!useClassicSkin) {
|
if (!useClassicSkin) {
|
||||||
|
addMenu (14, 25, 20, ImageCache::getFromMemory(BinaryData::menu_png, BinaryData::menu_pngSize));
|
||||||
rebuildComponents (processor);
|
rebuildComponents (processor);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue