diff --git a/IPlug/CLAP/IPlugCLAP.cpp b/IPlug/CLAP/IPlugCLAP.cpp index 47903ab6f..e6848baae 100644 --- a/IPlug/CLAP/IPlugCLAP.cpp +++ b/IPlug/CLAP/IPlugCLAP.cpp @@ -883,8 +883,10 @@ bool IPlugCLAP::guiShow() noexcept OpenWindow(mWindow); return true; } - - return false; + else + { + return false; + } } bool IPlugCLAP::guiHide() noexcept