[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: ChangeLog
User: pcjc2
Date: 07/04/16 10:17:39
Modified: . Tag: noscreen ChangeLog
Log:
Use o_text_recalc() to update text bounds, as we don't want to duplicate code.
Fixes a bug where the bounds were reset manually even with invisible text
(causing uninitialised values to be stored in for the object's bounds).
Fixed o_text_recalc() to silently return (rather than write uninitialised
values) if no bound was found for the text object's prim_objects.
Revision Changes Path
No revision
No revision
1.366.2.26 +9 -0 eda/geda/gaf/libgeda/ChangeLog
(In the diff below, changes in quantity of whitespace are not shown.)
Index: ChangeLog
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/ChangeLog,v
retrieving revision 1.366.2.25
retrieving revision 1.366.2.26
diff -u -b -r1.366.2.25 -r1.366.2.26
--- ChangeLog 12 Apr 2007 18:43:09 -0000 1.366.2.25
+++ ChangeLog 16 Apr 2007 14:17:39 -0000 1.366.2.26
@@ -1,3 +1,12 @@
+2007-16-06 Peter Clifton <pcjc2@xxxxxxxxx>
+
+ * src/o_text_basic.c: Use o_text_recalc() to update bounds, as we don't
+ want to duplicate code. Fixes a bug where the bounds were reset manually
+ even with invisible text (causing uninitialised values to be stored in
+ for the object's bounds). Fixed o_text_recalc() to silently return
+ (rather than write uninitialised values) if no bound was found for the
+ text object's prim_objects.
+
2007-12-06 Peter Clifton <pcjc2@xxxxxxxxx>
* src/f_image.c, src/f_print.c, src/g_smob.c, src/o_complex_basic.c,
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs