|  | @@ -353,6 +353,9 @@ private: | 
														
													
														
															
																|  |  | if (parent == nullptr || isPlatformTypeSupported (type) == kResultFalse) |  |  | if (parent == nullptr || isPlatformTypeSupported (type) == kResultFalse) | 
														
													
														
															
																|  |  | return kResultFalse; |  |  | return kResultFalse; | 
														
													
														
															
																|  |  |  |  |  |  | 
														
													
														
															
																|  |  |  |  |  | if (component == nullptr) | 
														
													
														
															
																|  |  |  |  |  | component = new ContentWrapperComponent (*this, pluginInstance); | 
														
													
														
															
																|  |  |  |  |  |  | 
														
													
														
															
																|  |  | #if JUCE_WINDOWS |  |  | #if JUCE_WINDOWS | 
														
													
														
															
																|  |  | component->addToDesktop (0, parent); |  |  | component->addToDesktop (0, parent); | 
														
													
														
															
																|  |  | component->setOpaque (true); |  |  | component->setOpaque (true); | 
														
													
												
													
														
															
																|  | 
 |