From 908754e0ea32f1866c09efb6d99a7a799ef6f17e Mon Sep 17 00:00:00 2001 From: jules Date: Fri, 11 Oct 2013 15:40:55 +0100 Subject: [PATCH] Documentation tweak. --- modules/juce_gui_basics/windows/juce_ResizableWindow.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/juce_gui_basics/windows/juce_ResizableWindow.h b/modules/juce_gui_basics/windows/juce_ResizableWindow.h index 242062a20b..e2076d0335 100644 --- a/modules/juce_gui_basics/windows/juce_ResizableWindow.h +++ b/modules/juce_gui_basics/windows/juce_ResizableWindow.h @@ -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 */