[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: i_callbacks.c
User: cnieves
Date: 06/10/22 07:29:30
Modified: . Tag: glist_dev i_callbacks.c
Log:
* src/i_callbacks.c: Redraw the complex place list if panning
inside an action.
Revision Changes Path
No revision
No revision
1.69.2.5 +8 -0 eda/geda/gaf/gschem/src/i_callbacks.c
(In the diff below, changes in quantity of whitespace are not shown.)
Index: i_callbacks.c
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gschem/src/i_callbacks.c,v
retrieving revision 1.69.2.4
retrieving revision 1.69.2.5
diff -u -b -r1.69.2.4 -r1.69.2.5
--- i_callbacks.c 22 Oct 2006 10:26:44 -0000 1.69.2.4
+++ i_callbacks.c 22 Oct 2006 11:29:30 -0000 1.69.2.5
@@ -1651,6 +1651,14 @@
a_pan(w_current, mouse_x, mouse_y);
+ /* If inside an action, redraw the complex place list */
+ if (w_current->inside_action == 1) {
+ o_complex_rubbercomplex(w_current);
+ w_current->last_x = fix_x(w_current, mouse_x);
+ w_current->last_y = fix_y(w_current, mouse_y);
+ o_complex_rubbercomplex(w_current);
+ }
+
/* Jeff McNeal on Nov 19, 1998 - if we are drawing a net,
* don't change the event state, because we want to continue
* drawing a net. If we are just panning, then continue in
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs