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

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



The branch, master has been updated
       via  305d49a106a868fbbbecbbfd787e9005b4d38212 (commit)
      from  cd3bd7f15384402983e71c6673678ce614a3898f (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 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


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

commit 305d49a106a868fbbbecbbfd787e9005b4d38212
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    hid/gtk: Fix Pan action to stop after button release outside window
    
    Previously, we required in-view coordinates to stop and start the
    pan-action, and when the button was released outside the viewport,
    the code was querying the user to click at a particular loacation.
    
    Since the pan action doesn't even use the passed in coordinates,
    simply remove the requirement for the x-y coordinates from this
    action.
    
    Closes-bug: lp-699307

:100644 100644 9b239e1... a83ee2e... M	src/hid/gtk/gtkhid-main.c

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

commit 305d49a106a868fbbbecbbfd787e9005b4d38212
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    hid/gtk: Fix Pan action to stop after button release outside window
    
    Previously, we required in-view coordinates to stop and start the
    pan-action, and when the button was released outside the viewport,
    the code was querying the user to click at a particular loacation.
    
    Since the pan action doesn't even use the passed in coordinates,
    simply remove the requirement for the x-y coordinates from this
    action.
    
    Closes-bug: lp-699307

diff --git a/src/hid/gtk/gtkhid-main.c b/src/hid/gtk/gtkhid-main.c
index 9b239e1..a83ee2e 100644
--- a/src/hid/gtk/gtkhid-main.c
+++ b/src/hid/gtk/gtkhid-main.c
@@ -2030,7 +2030,7 @@ HID_Action ghid_main_action_list[] = {
   {"LayerGroupsChanged", 0, LayerGroupsChanged},
   {"LibraryChanged", 0, LibraryChanged},
   {"Load", 0, Load},
-  {"Pan", N_("Click on a place to pan"), PanAction, pan_help, pan_syntax},
+  {"Pan", 0, PanAction, pan_help, pan_syntax},
   {"PCBChanged", 0, PCBChanged},
   {"PointCursor", 0, PointCursor},
   {"Popup", 0, Popup, popup_help, popup_syntax},




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