aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/text.hpp
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2012-09-05 23:11:55 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2013-01-13 22:40:53 +0100
commit671bc3532d476cc780138a8a8d41c2d7cf46b13d (patch)
tree40dd9ef04f937eb3149d66fe7b9a080ee09fcfcc /src/menu/text.hpp
parent5038f3c64d97c71d2d1048638fb4bc1a32ad6a31 (diff)
downloadusdx-671bc3532d476cc780138a8a8d41c2d7cf46b13d.tar.gz
usdx-671bc3532d476cc780138a8a8d41c2d7cf46b13d.tar.xz
usdx-671bc3532d476cc780138a8a8d41c2d7cf46b13d.zip
menu: add some comments
Diffstat (limited to 'src/menu/text.hpp')
-rw-r--r--src/menu/text.hpp5
1 files changed, 2 insertions, 3 deletions
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;