[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: branch: master updated (1.4.0-20080127-81-g6359729)
The branch, master has been updated
via 6359729a98bb9f34a4b460d6b42e85cf502ae010 (commit)
from 62a3123ce33d825855735ed8727c8f617b46b61e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
=========
Summary
=========
gschem/src/x_event.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
=================
Commit Messages
=================
commit 6359729a98bb9f34a4b460d6b42e85cf502ae010
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date: Sun May 18 15:34:29 2008 +0100
Fix rotate whilst moving to rotate about the current mouse coordinates
Bug appears to have been introduced when changing from screen to world
coordiantes in 1b05cbfcbb07970159c58b2b18d583516e257a45
:100644 100644 a4dcf7c... 3ca4372... M gschem/src/x_event.c
=========
Changes
=========
commit 6359729a98bb9f34a4b460d6b42e85cf502ae010
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Date: Sun May 18 15:34:29 2008 +0100
Fix rotate whilst moving to rotate about the current mouse coordinates
Bug appears to have been introduced when changing from screen to world
coordiantes in 1b05cbfcbb07970159c58b2b18d583516e257a45
diff --git a/gschem/src/x_event.c b/gschem/src/x_event.c
index a4dcf7c..3ca4372 100644
--- a/gschem/src/x_event.c
+++ b/gschem/src/x_event.c
@@ -687,7 +687,8 @@ gint x_event_button_released(GtkWidget *widget, GdkEventButton *event,
/* skip over head node */
redraw_state = toplevel->DONT_REDRAW;
toplevel->DONT_REDRAW = 1;
- o_rotate_world_update(w_current, w_x, w_y, 90,
+ o_rotate_world_update(w_current, w_current->first_wx,
+ w_current->first_wy, 90,
toplevel->page_current->complex_place_list );
toplevel->DONT_REDRAW = redraw_state;
w_current->rotated_inside ++;
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs