From 922f2d613ff53d6de09e1756525226de06db6a9c Mon Sep 17 00:00:00 2001 From: Thomas ten Cate Date: Thu, 15 Nov 2018 12:34:08 +0100 Subject: Fix return value of get_total_character_count Also document that it only counts visible characters. Fixes #23720 --- doc/classes/Label.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/classes') diff --git a/doc/classes/Label.xml b/doc/classes/Label.xml index 1e78a196b1..90547b7c2f 100644 --- a/doc/classes/Label.xml +++ b/doc/classes/Label.xml @@ -30,7 +30,7 @@ - Returns the total length of the text. + Returns the total number of printable characters in the text (excluding spaces and newlines). -- cgit v1.2.3