1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-30 02:50:05 +00:00

Documentation tweak.

This commit is contained in:
jules 2013-10-11 15:40:55 +01:00
parent 293aedac2f
commit 908754e0ea

View file

@ -129,8 +129,9 @@ public:
If the window's current size is outside these limits, it will be resized to
make sure it's within them.
Calling setBounds() on the component will bypass any size checking - it's only when
the window is being resized by the user that these values are enforced.
A direct call to setBounds() will bypass any constraint checks, but when the
window is dragged by the user or resized by other indirect means, the constrainer
will limit the numbers involved.
@see setResizable, setFixedAspectRatio
*/