mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-06 04:00:08 +00:00
Fix for Cubase 32/64 bit bridge. Fix for Jucer RTAS project generation.
This commit is contained in:
parent
0ca53b3098
commit
dffa2dc6e7
8 changed files with 1638 additions and 1625 deletions
|
|
@ -391,7 +391,7 @@ private:
|
|||
//==============================================================================
|
||||
void createNativeWindow()
|
||||
{
|
||||
nativeWindow = new Win32ComponentPeer (component, 0);
|
||||
nativeWindow = new Win32ComponentPeer (component, 0, 0);
|
||||
nativeWindow->dontRepaint = true;
|
||||
nativeWindow->setVisible (true);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue