|
From: <gi...@gp...> - 2011-08-24 22:21:22
|
The branch, master has been updated
via 7b12a556ebdfdfffb63cc2438fe91ee1628e4fa1 (commit)
from a8a4eaf68134846504b6c0ff843699aed5581083 (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, 0 insertions(+), 2 deletions(-)
=================
Commit Messages
=================
commit 7b12a556ebdfdfffb63cc2438fe91ee1628e4fa1
Author: Peter Clifton <pc...@ca...>
Commit: Peter Clifton <pc...@ca...>
hid/gtk: Simplify viewport setup in PCBChanged()
This version still works ;)
:100644 100644 be4f1db... 8fd11ef... M src/hid/gtk/gtkhid-main.c
=========
Changes
=========
commit 7b12a556ebdfdfffb63cc2438fe91ee1628e4fa1
Author: Peter Clifton <pc...@ca...>
Commit: Peter Clifton <pc...@ca...>
hid/gtk: Simplify viewport setup in PCBChanged()
This version still works ;)
diff --git a/src/hid/gtk/gtkhid-main.c b/src/hid/gtk/gtkhid-main.c
index be4f1db..8fd11ef 100644
--- a/src/hid/gtk/gtkhid-main.c
+++ b/src/hid/gtk/gtkhid-main.c
@@ -1145,9 +1145,7 @@ PCBChanged (int argc, char **argv, Coord x, Coord y)
return 0;
RouteStylesChanged (0, NULL, 0, 0);
ghid_port_ranges_scale ();
- ghid_port_ranges_pan (0, 0, FALSE);
ghid_zoom_view_fit ();
- ghid_port_ranges_changed ();
ghid_sync_with_new_layout ();
return 0;
}
|