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:
parent
06d2fe4887
commit
a9b1676028
16 changed files with 149 additions and 112 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue