Browse Source

Set Window title of dexed params window

tags/2018-04-16
falkTX 9 years ago
parent
commit
fdd2566d9c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ports/dexed/source/PluginEditor.cpp

+ 1
- 1
ports/dexed/source/PluginEditor.cpp View File

@@ -187,7 +187,7 @@ void DexedAudioProcessorEditor::saveCart() {
void DexedAudioProcessorEditor::parmShow() {
int tp = processor->getEngineType();
AlertWindow window("","", AlertWindow::NoIcon, this);
AlertWindow window("Dexed Params","", AlertWindow::NoIcon, this);
ParamDialog param;
param.setColour(AlertWindow::backgroundColourId, Colour(0x32FFFFFF));
param.setDialogValues(processor->controllers, processor->sysexComm, tp, processor->showKeyboard);


Loading…
Cancel
Save