From 671bc3532d476cc780138a8a8d41c2d7cf46b13d Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Wed, 5 Sep 2012 23:11:55 +0200 Subject: menu: add some comments --- src/menu/text.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/menu/text.hpp') diff --git a/src/menu/text.hpp b/src/menu/text.hpp index d32a2523..7a57adab 100644 --- a/src/menu/text.hpp +++ b/src/menu/text.hpp @@ -48,9 +48,8 @@ namespace usdx std::string text; /** - * If true, only the left and top coordinates of the bounds - * are used. If false and if the text is longer than the - * rectangle, it should be cut off. + * If true, the text may overlap the rectangle of the control, otherwise + * it will be cut off, if the text is larger than the rectangle. */ bool auto_size; -- cgit v1.2.3