[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: x_dialog.c
User: pcjc2
Date: 07/02/11 21:20:24
Modified: . Tag: noscreen x_dialog.c
Log:
Removed all calls to o_object_recalc() now the data it calculates is no
longer used.
Revision Changes Path
No revision
No revision
1.68.2.4 +0 -4 eda/geda/gaf/gschem/src/x_dialog.c
(In the diff below, changes in quantity of whitespace are not shown.)
Index: x_dialog.c
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/src/x_dialog.c,v
retrieving revision 1.68.2.3
retrieving revision 1.68.2.4
diff -u -b -r1.68.2.3 -r1.68.2.4
--- x_dialog.c 12 Feb 2007 01:53:32 -0000 1.68.2.3
+++ x_dialog.c 12 Feb 2007 02:20:24 -0000 1.68.2.4
@@ -758,7 +758,6 @@
width,
length,
space);
- o_object_recalc (toplevel, o_current);
o_redraw_single (toplevel, o_current);
} else {
@@ -786,7 +785,6 @@
width == -1 ? o_current->line_width : width,
length == -1 ? o_current->line_length : length,
space == -1 ? o_current->line_space : space);
- o_object_recalc (toplevel, o_current);
o_redraw_single (toplevel, o_current);
object = object->next;
@@ -1131,7 +1129,6 @@
type, width,
pitch1, angle1,
pitch2, angle2);
- o_object_recalc (toplevel, o_current);
o_redraw_single (toplevel, o_current);
} else {
@@ -1164,7 +1161,6 @@
angle1 == -1 ? o_current->fill_angle1 : angle1,
pitch2 == -1 ? o_current->fill_pitch2 : pitch2,
angle2 == -1 ? o_current->fill_angle2 : angle2);
- o_object_recalc (toplevel, o_current);
o_redraw_single (toplevel, o_current);
object = object->next;
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs