1
0
Fork 0
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:
Julian Storer 2010-09-09 16:53:54 +01:00
parent 0ca53b3098
commit dffa2dc6e7
8 changed files with 1638 additions and 1625 deletions

View file

@ -391,7 +391,7 @@ private:
//==============================================================================
void createNativeWindow()
{
nativeWindow = new Win32ComponentPeer (component, 0);
nativeWindow = new Win32ComponentPeer (component, 0, 0);
nativeWindow->dontRepaint = true;
nativeWindow->setVisible (true);