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

Added method Component::alphaChanged(), and fixed NSViewComponent to handle alpha values.

This commit is contained in:
jules 2015-09-08 20:38:47 +01:00
parent d46ea331da
commit 527da19076
4 changed files with 41 additions and 16 deletions

View file

@ -73,6 +73,8 @@ public:
/** @internal */
void paint (Graphics&) override;
/** @internal */
void alphaChanged() override;
/** @internal */
static ReferenceCountedObject* attachViewToComponent (Component&, void*);
private: