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

gEDA-cvs: CVS update: o_grips.c



  User: pcjc2   
  Date: 07/03/23 20:55:54

  Modified:    .        Tag: noscreen o_grips.c
  Log:
  Removed call to o_line_recalc() after o_net_modify() in o_grips_end()
  
  since the recalc is done inside o_net_modify().
  
  
  
  
  
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.12.6.4  +0 -1      eda/geda/gaf/gschem/src/o_grips.c
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: o_grips.c
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/src/o_grips.c,v
  retrieving revision 1.12.6.3
  retrieving revision 1.12.6.4
  diff -u -b -r1.12.6.3 -r1.12.6.4
  --- o_grips.c	12 Feb 2007 02:16:39 -0000	1.12.6.3
  +++ o_grips.c	24 Mar 2007 00:55:53 -0000	1.12.6.4
  @@ -1226,7 +1226,6 @@
       o_net_modify(w_current, object, x, y, whichone_changing);
   
       s_conn_update_object(w_current, object);
  -    o_net_recalc(w_current, object);
   	  
       /* get the other connected objects and redraw them */
       connected_objects = s_conn_return_others(connected_objects,
  
  
  


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