1
0
Fork 0
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:
jules 2011-09-28 17:10:38 +01:00
parent 6b07bfb51b
commit ce0b4bdb9c
14 changed files with 86 additions and 76 deletions

View file

@ -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