Problem resizing VST

Hi

When resizing a vst, the GUI turns black with some smearing of the title, like in the demo plugin:
(using the tip, Windows 8)

Edit: And it stays that way, until closed & reopened.

In what context? Is this a host that you’ve written?

No, just compiled the demo plugin and opened it in Live

But I haven’t changed anything that might affect that…(?) Have you tried other hosts?

This is the culprit commit:

commit 9387c7fdafdddb76bd1898e046b1ba143718e14d
Author: jules jules@rawmaterialsoftware.com
Date: Sun Apr 21 19:01:02 2013 +0100

Simplified some ComponentPeer methods.

M modules/juce_graphics/native/juce_mac_CoreGraphicsContext.mm
M modules/juce_graphics/native/juce_mac_CoreGraphicsHelpers.h
M modules/juce_gui_basics/components/juce_Component.cpp
M modules/juce_gui_basics/native/juce_android_Windowing.cpp
M modules/juce_gui_basics/native/juce_ios_UIViewComponentPeer.mm
M modules/juce_gui_basics/native/juce_linux_Windowing.cpp
M modules/juce_gui_basics/native/juce_mac_MouseCursor.mm
M modules/juce_gui_basics/native/juce_mac_NSViewComponentPeer.mm
M modules/juce_gui_basics/native/juce_win32_Windowing.cpp
M modules/juce_gui_basics/widgets/juce_TextEditor.cpp
M modules/juce_gui_basics/windows/juce_ComponentPeer.h

It’s works ok in FL and Cubase, but fails in Ableton.

Ah, I see - thanks will get a fix sorted out shortly…