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

gEDA-cvs: pcb.git: branch: master updated (cb158bc80241f6d0b18cb678265865eb27af677f)



The branch, master has been updated
       via  cb158bc80241f6d0b18cb678265865eb27af677f (commit)
      from  7b12a556ebdfdfffb63cc2438fe91ee1628e4fa1 (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
=========

 src/hid/gtk/gtkhid-main.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)


=================
 Commit Messages
=================

commit cb158bc80241f6d0b18cb678265865eb27af677f
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    hid/gtk: Don't compensate for crosshair position when panning
    
    Perhaps this was necessary before.. it is not now, and is causing
    the crosshair to be errenously offset whilst panning with the
    scroll wheel.

:100644 100644 8fd11ef... dc2ea56... M	src/hid/gtk/gtkhid-main.c

=========
 Changes
=========

commit cb158bc80241f6d0b18cb678265865eb27af677f
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    hid/gtk: Don't compensate for crosshair position when panning
    
    Perhaps this was necessary before.. it is not now, and is causing
    the crosshair to be errenously offset whilst panning with the
    scroll wheel.

diff --git a/src/hid/gtk/gtkhid-main.c b/src/hid/gtk/gtkhid-main.c
index 8fd11ef..dc2ea56 100644
--- a/src/hid/gtk/gtkhid-main.c
+++ b/src/hid/gtk/gtkhid-main.c
@@ -1837,11 +1837,7 @@ ScrollAction (int argc, char **argv, Coord x, Coord y)
   else
     AFAIL (scroll);
 
-  notify_crosshair_change (false);
   ghid_port_ranges_pan (dx, dy, TRUE);
-  MoveCrosshairRelative (dx, dy);
-  AdjustAttachedObjects ();
-  notify_crosshair_change (true);
 
   return 0;
 }




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