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

Fix small typo

This commit is contained in:
hogliux 2016-07-21 15:29:52 +01:00
parent 56d5f7bab0
commit 4b6458438f

View file

@ -581,8 +581,8 @@ public:
{
return Rectangle (pos.x + static_cast<ValueType> (w * proportionalRect.pos.x),
pos.y + static_cast<ValueType> (h * proportionalRect.pos.y),
proportionOfWidth (proportionalRect.w),
proportionOfWidth (proportionalRect.h));
proportionOfWidth (proportionalRect.w),
proportionOfHeight (proportionalRect.h));
}
//==============================================================================