mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-16 00:34:19 +00:00
New method Array::resize(). Tweaked AudioThumbnail to avoid clearing the input source when loaded. New class SingleThreadedReferenceCountedObject (and used this for Font, Typeface, Expression, Value and ValueTree classes, since none of these were safe to use with threads anyway). Minor additions to GlyphArrangement.
This commit is contained in:
parent
67e22bbb56
commit
1dac02369e
16 changed files with 324 additions and 112 deletions
|
|
@ -1018,7 +1018,7 @@ private:
|
|||
};
|
||||
|
||||
//==============================================================================
|
||||
class ClipRegionBase : public ReferenceCountedObject
|
||||
class ClipRegionBase : public SingleThreadedReferenceCountedObject
|
||||
{
|
||||
public:
|
||||
ClipRegionBase() {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue