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

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



The branch, master has been updated
  discards  305d49a106a868fbbbecbbfd787e9005b4d38212 (commit)
       via  ed9a9d0cd9d054e6fc4a075ec1b8d9a12f1cb376 (commit)
      from  305d49a106a868fbbbecbbfd787e9005b4d38212 (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
=========



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

commit ed9a9d0cd9d054e6fc4a075ec1b8d9a12f1cb376
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 location.
    
    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 ed9a9d0cd9d054e6fc4a075ec1b8d9a12f1cb376
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 location.
    
    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