| 546 | } |
| 547 | |
| 548 | void VstPlugin::hideUI() |
| 549 | { |
| 550 | if ( m_embedMethod == "none" ) |
| 551 | { |
| 552 | RemotePlugin::hideUI(); |
| 553 | } |
| 554 | else if ( pluginWidget() != nullptr ) |
| 555 | { |
| 556 | toggleEditorVisibility( false ); |
| 557 | } |
| 558 | } |
| 559 | |
| 560 | // X11Embed only |
| 561 | void VstPlugin::handleClientEmbed() |
no outgoing calls
no test coverage detected