mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-11 23:54:18 +00:00
Workaround for a VS warning
This commit is contained in:
parent
61f4333e73
commit
f183a506ef
1 changed files with 1 additions and 1 deletions
|
|
@ -1247,7 +1247,7 @@ void Component::setBounds (const RelativeRectangle& newBounds)
|
|||
|
||||
void Component::setBounds (const String& newBoundsExpression)
|
||||
{
|
||||
setBounds (RelativeRectangle (newBoundsExpression));
|
||||
RelativeRectangle (newBoundsExpression).applyToComponent (*this);
|
||||
}
|
||||
|
||||
void Component::setBoundsRelative (const float x, const float y,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue