revert edje ellipsis doc changes
authorMike Blumenkrantz <zmike@samsung.com>
Wed, 23 Apr 2014 13:27:31 +0000 (09:27 -0400)
committerMike Blumenkrantz <zmike@samsung.com>
Wed, 23 Apr 2014 13:28:23 +0000 (09:28 -0400)
if we're reverting functional changes, then it's probably a good idea to revert the accompanying documentation

src/bin/edje/edje_cc_handlers.c
src/lib/edje/edje_text.c

index 6fa803d..829c465 100644 (file)
@@ -7566,7 +7566,7 @@ st_collections_group_parts_part_description_text_text_source(void)
     @effect
         Used to balance the text in a relative point from 0.0 to 1.0, this
         point is the last section of the string to be cut out in case of a
-        resize that is smaller than the text itself. The default value is -1.0.
+        resize that is smaller than the text itself. The default value is 0.0.
     @endproperty
 */
 static void
index 0825c16..8e1697d 100644 (file)
@@ -425,9 +425,6 @@ _edje_text_recalc_apply(Edje *ed, Edje_Real_Part *ep,
     * the edje file minor version and then check it here to ignore "unset" ellipsis
     * values from old file versions.
     * the downside is that this will break old files which have text.min_x set to 0...maybe.
-    * it also breaks documentation since the default value for edje has "become" -1.0 in order
-    * to preserve the expected behavior of leaving it alone permanently except for the initial
-    * set to 0.0.
     *
     * -zmike
     * 22 April 2014