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:
parent
56d5f7bab0
commit
4b6458438f
1 changed files with 2 additions and 2 deletions
|
|
@ -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));
|
||||
}
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue