diff options
Diffstat (limited to 'CruUI/ui/window.h')
-rw-r--r-- | CruUI/ui/window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CruUI/ui/window.h b/CruUI/ui/window.h index cdc67362..7ecea456 100644 --- a/CruUI/ui/window.h +++ b/CruUI/ui/window.h @@ -184,7 +184,7 @@ namespace cru { //Get the size of client area for a window. Size GetSize() override final; - //Set the size of client area for a window. + //This method has no effect for a window. Use SetClientSize instead. void SetSize(const Size& size) override final; |