Ticket #47189: patch-vstcontrolosx.diff
File patch-vstcontrolosx.diff, 444 bytes (added by RJVB (René Bertin), 9 years ago) |
---|
-
src/effects/VST/VSTControlOSX.mm
diff --git a/src/effects/VST/VSTControlOSX.mm b/src/effects/VST/VSTControlOSX.mm index c04c29a..cdfb2c9 100644
a b bool VSTControl::Create(wxWindow *parent, VSTEffectLink *link) 99 99 { 100 100 CreateCarbon(); 101 101 } 102 if (!mHIView) 103 { 104 return false; 105 } 102 106 #endif 103 107 104 if (!mView && !mHIView)108 if (!mView) 105 109 { 106 110 return false; 107 111 }