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

gEDA-cvs: CVS update: o_complex_basic.c



  User: pcjc2   
  Date: 07/03/23 20:52:40

  Modified:    .        Tag: noscreen o_complex_basic.c
  Log:
  Add call to o_complex_recalc() in o_complex_add() to cache bounds.
  
  
  
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.30.2.3  +5 -0      eda/geda/gaf/libgeda/src/o_complex_basic.c
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: o_complex_basic.c
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/libgeda/src/o_complex_basic.c,v
  retrieving revision 1.30.2.2
  retrieving revision 1.30.2.3
  diff -u -b -r1.30.2.2 -r1.30.2.3
  --- o_complex_basic.c	25 Feb 2007 13:41:25 -0000	1.30.2.2
  +++ o_complex_basic.c	24 Mar 2007 00:52:40 -0000	1.30.2.3
  @@ -645,6 +645,11 @@
       }
     }
   
  +  if (use_object_list)
  +    o_complex_recalc(w_current, object_list);
  +  else
  +    o_complex_recalc(w_current, new_node);
  +
     g_free(filename);
     return(object_list);
   }
  
  
  


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