2
0
Fork 0

Merge pull request #64 from reales/development

Update PluginEditor.cpp
This commit is contained in:
reales 2022-01-01 10:24:07 +01:00 committed by GitHub
commit 3c480bf2a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -50,15 +50,15 @@ ObxdAudioProcessorEditor::ObxdAudioProcessorEditor (ObxdAudioProcessor& ownerFil
getTopLevelComponent()->addKeyListener (commandManager.getKeyMappings());
//Timer::callAfterDelay (100, [this] { this->grabKeyboardFocus(); }); // ensure that key presses are sent to the KeyPressTarget object
if (PluginHostType().isProTools()) { } else { startTimer(100); }; // Fix ProTools file dialog focus issues
startTimer(100); // This will fix the issue
//startTimer(100); // This will fix the issue
DBG("W: " <<getWidth() << " H:" << getHeight());
loadSkin (processor);
updateFromHost();
switch(processor.gui_size)