[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: o_basic.c
User: cnieves
Date: 06/10/22 11:30:38
Modified: . Tag: glist_dev o_basic.c
Log:
Keep calling the redraw functions.
Some of them seem to recalculate the object position.
Revision Changes Path
No revision
No revision
1.14.2.3 +0 -3 eda/geda/gaf/libgeda/src/o_basic.c
(In the diff below, changes in quantity of whitespace are not shown.)
Index: o_basic.c
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/src/o_basic.c,v
retrieving revision 1.14.2.2
retrieving revision 1.14.2.3
diff -u -b -r1.14.2.2 -r1.14.2.3
--- o_basic.c 21 Oct 2006 22:20:35 -0000 1.14.2.2
+++ o_basic.c 22 Oct 2006 15:30:38 -0000 1.14.2.3
@@ -77,9 +77,6 @@
if (o_current == NULL)
return;
- if (w_current->DONT_REDRAW) /* highly experimental */
- return;
-
if (o_current->draw_func != NULL && o_current->type != OBJ_HEAD) {
w_current->inside_redraw = 1;
(*o_current->draw_func)(w_current, o_current);
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs