Skip to content

Commit

Permalink
- use old export dialog on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph-hart committed Jan 22, 2025
1 parent aabe79d commit c4442b7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions hi_backend/backend/BackendApplicationCommands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2627,11 +2627,13 @@ void BackendCommandTarget::Actions::compileNetworksToDll(BackendRootWindow* bpe)
return;
}

#if JUCE_WINDOWS
auto s = new multipage::library::NetworkCompiler(bpe);
s->setModalBaseWindowComponent(bpe);

//auto s = new DspNetworkCompileExporter(bpe, bpe->getBackendProcessor());
//s->setModalBaseWindowComponent(bpe);
#else
auto s = new DspNetworkCompileExporter(bpe, bpe->getBackendProcessor());
s->setModalBaseWindowComponent(bpe);
#endif
}

void BackendCommandTarget::Actions::cleanBuildDirectory(BackendRootWindow * bpe)
Expand Down

0 comments on commit c4442b7

Please sign in to comment.