mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-19 01:04:20 +00:00
Updated the path flattening code to correctly observe tolerance values, and made the tolerances adapt to the scaling being used when drawing to a transformed graphics context. Fixed a small issue with focus listeners, and a mac menu dismissal problem.
This commit is contained in:
parent
f402ce803b
commit
5f347bc999
29 changed files with 432 additions and 311 deletions
|
|
@ -66,9 +66,9 @@
|
|||
#endif
|
||||
|
||||
//==============================================================================
|
||||
#include "juce_IncludeBrowserPluginInfo.h"
|
||||
#include "../../../juce_amalgamated.h"
|
||||
#include "juce_BrowserPluginComponent.h"
|
||||
#include "juce_IncludeBrowserPluginInfo.h"
|
||||
|
||||
#if JUCE_MAC && JUCE_DEBUG && 0
|
||||
#include <fstream>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue