mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-06 04:00:08 +00:00
win32 font fix. Tidied up warnings in plugin host. More drawable refactoring. TabbedComponent fix.
This commit is contained in:
parent
e5c4ecc670
commit
7478c7f9ab
27 changed files with 1798 additions and 1479 deletions
|
|
@ -498,7 +498,7 @@ void MainHostWindow::filesDropped (const StringArray& files, int x, int y)
|
|||
|
||||
Point<int> pos (x, y);
|
||||
if (graphEditor != 0)
|
||||
pos = relativePositionToOtherComponent (graphEditor, pos);
|
||||
pos = graphEditor->getLocalPoint (this, pos);
|
||||
|
||||
for (int i = 0; i < jmin (5, typesFound.size()); ++i)
|
||||
createPlugin (typesFound.getUnchecked(i), pos.getX(), pos.getY());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue