mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-19 01:04:20 +00:00
Support for writing JPG even if the image has an alpha channel. Added assertion to warn if you try to use a fallback font on OSX. Minor fixes and features for PopupMenu, ComboBox.
This commit is contained in:
parent
6b07bfb51b
commit
ce0b4bdb9c
14 changed files with 86 additions and 76 deletions
|
|
@ -766,7 +766,7 @@ private:
|
|||
const Identifier property;
|
||||
UndoManager* const undoManager;
|
||||
|
||||
ValueTreePropertyValueSource& operator= (const ValueTreePropertyValueSource&);
|
||||
JUCE_DECLARE_NON_COPYABLE (ValueTreePropertyValueSource);
|
||||
};
|
||||
|
||||
Value ValueTree::getPropertyAsValue (const Identifier& name, UndoManager* const undoManager) const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue