1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Added an extra forced resize callback in linux VST hosting to avoid some repaint issues

This commit is contained in:
jules 2017-07-20 16:51:21 +01:00
parent bde34cebcb
commit 1044015465

View file

@ -2218,6 +2218,10 @@ public:
{
closePluginWindow();
openPluginWindow();
#if JUCE_LINUX
componentMovedOrResized (true, true);
#endif
}
#endif