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

small change for loading opentype fonts in win32; fix for an audio plugins crash when closing the plugin in some recent hosts; fixes for linux VST event handling; change to the format reported by RTAS plugins with zero inputs or outputs; NPAPI plugin positioning for for mac firefox; fix for TreeViewItem button safety; added method LookAndFeel::getFontForTextButton; added an interpolation quality selector to MagnifierComponent; AlertWindows are now always-on-top in plugins; fix to RectanglePlacement::getScaleToFit(); added some utility methods to the URL class.

This commit is contained in:
jules 2009-08-03 15:38:40 +00:00
parent c2ba5785ab
commit 1e53260e0a
17 changed files with 1290 additions and 1031 deletions

View file

@ -447,7 +447,7 @@ public:
{
return [[v className] isEqualToString: @"WebNetscapePluginDocumentView"]
|| [[v className] isEqualToString: @"WebPluginDocumentView"]
|| [[v className] isEqualToString: @"ChildView"];
|| ([[v className] isEqualToString: @"ChildView"] && ([v frame].origin.x != 0 && [v frame].origin.y != 0));
}
void setWindow (NPWindow* window)