1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-19 01:04:20 +00:00

Fixed for OpenGL, DropShadower, Linux midi, VST resizing + mouse wheel hooks.

This commit is contained in:
Julian Storer 2011-04-26 14:53:46 +01:00
parent 06d2fe4887
commit a9b1676028
16 changed files with 149 additions and 112 deletions

View file

@ -2038,7 +2038,7 @@ void Component::sendLookAndFeelChange()
const Colour Component::findColour (const int colourId, const bool inheritFromParent) const
{
var* const v = properties.getVarPointer (ComponentHelpers::getColourPropertyId (colourId));
const var* const v = properties.getVarPointer (ComponentHelpers::getColourPropertyId (colourId));
if (v != nullptr)
return Colour ((int) *v);