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

gEDA-cvs: CVS update: x_dialog.c



  User: cnieves 
  Date: 07/04/06 18:22:51

  Modified:    .        x_dialog.c
  Log:
  Redraw the schematic after changing the snap size.
  
  * src/x_dialog.c: Redraw the schematic after changing the snap size.
  
    Thanks to Peter Clifton for reporting the bug. Closes bug
  
    #1657496.
  
  
  
  
  Revision  Changes    Path
  1.82      +1 -0      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.81
  retrieving revision 1.82
  diff -u -b -r1.81 -r1.82
  --- x_dialog.c	31 Mar 2007 13:26:55 -0000	1.81
  +++ x_dialog.c	6 Apr 2007 22:22:50 -0000	1.82
  @@ -1712,6 +1712,7 @@
       size = gtk_spin_button_get_value_as_int (GTK_SPIN_BUTTON(spin_size));
   
       w_current->snap_size = size;
  +    o_redraw_all(w_current);
       w_current->page_current->CHANGED=1;  /* maybe remove those two lines */
       o_undo_savestate(w_current, UNDO_ALL);
       break;
  
  
  


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