summaryrefslogblamecommitdiffstats
path: root/cad/oregano/files/patch-src__sheet__wire-item.c
blob: e6c85906d885a7e3c46b45dbf121837f2f55e23b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                                                                   
--- src/sheet/wire-item.c.orig  Wed May 24 14:16:30 2006
+++ src/sheet/wire-item.c   Wed May 24 21:13:43 2006
@@ -363,8 +363,8 @@
        case GDK_BUTTON_PRESS:
            switch (event->button.button) {
                case 1: {
-                   g_signal_stop_emission_by_name (G_OBJECT (sheet), "event");
                    double x, y;
+                   g_signal_stop_emission_by_name (G_OBJECT (sheet), "event");
                    x = event->button.x - start_pos.x;
                    y = event->button.y - start_pos.y;
                    if ((x > -RESIZER_SIZE) && (x < RESIZER_SIZE) &&