[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: CVS update: a_basic.c



  User: pcjc2   
  Date: 07/04/06 12:06:29

  Modified:    .        Tag: noscreen a_basic.c
  Log:
  Fix bounds for embedded objects as they are loaded from file.
  
  
  
  This places a call to o_complex_recalc() in o_read(), which
  
  is not great from an encapsulation point of view, but is the 
  
  neatest solution with the current method of loading embedded objects.
  
  
  
  
  
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.22.6.1  +1 -0      eda/geda/gaf/libgeda/src/a_basic.c
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: a_basic.c
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/src/a_basic.c,v
  retrieving revision 1.22
  retrieving revision 1.22.6.1
  diff -u -b -r1.22 -r1.22.6.1
  --- a_basic.c	30 Sep 2006 16:27:23 -0000	1.22
  +++ a_basic.c	6 Apr 2007 16:06:29 -0000	1.22.6.1
  @@ -467,6 +467,7 @@
   	        w_current->page_current->object_tail = temp_tail;
   	        w_current->page_current->object_parent = temp_parent;
   
  +          o_complex_recalc( w_current, object_list );
   		embedded_level--;
   	} else {
           	fprintf(stderr, "Read unexpected embedded "
  
  
  


_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs