aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/text.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-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;