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

gEDA-cvs: CVS update: o_misc.c



  User: cnieves 
  Date: 06/10/22 11:37:57

  Modified:    .        Tag: glist_dev o_misc.c
  Log:
  * src/o_misc.c (o_mirror):don't save the undo state if called inside an action.
  
  
  
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.35.2.2  +4 -2      eda/geda/gaf/gschem/src/o_misc.c
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: o_misc.c
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/src/o_misc.c,v
  retrieving revision 1.35.2.1
  retrieving revision 1.35.2.2
  diff -u -b -r1.35.2.1 -r1.35.2.2
  --- o_misc.c	21 Oct 2006 22:20:47 -0000	1.35.2.1
  +++ o_misc.c	22 Oct 2006 15:37:57 -0000	1.35.2.2
  @@ -879,8 +879,10 @@
     }
   
   
  +  if (!w_current->inside_action) {
     w_current->page_current->CHANGED=1;
     o_undo_savestate(w_current, UNDO_ALL);
  +  }
   }
   
   /*! \todo Finish function documentation!!!
  
  
  


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