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:
parent
bde34cebcb
commit
1044015465
1 changed files with 4 additions and 0 deletions
|
|
@ -2218,6 +2218,10 @@ public:
|
|||
{
|
||||
closePluginWindow();
|
||||
openPluginWindow();
|
||||
|
||||
#if JUCE_LINUX
|
||||
componentMovedOrResized (true, true);
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue