mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
VST: Removed an old workaround causing plug-in editor window position issues on macOS
This commit is contained in:
parent
c32142a215
commit
8140442746
1 changed files with 0 additions and 5 deletions
|
|
@ -1169,11 +1169,6 @@ public:
|
|||
{
|
||||
auto editorBounds = getSizeToContainChild();
|
||||
|
||||
#if JUCE_MAC
|
||||
if (wrapper.useNSView)
|
||||
setTopLeftPosition (0, getHeight() - editorBounds.getHeight());
|
||||
#endif
|
||||
|
||||
resizeHostWindow (editorBounds.getWidth(), editorBounds.getHeight());
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue