48606e571e
Copy from GNOME:Apps/inkscape based on submit request 33794 from user dimstar OBS-URL: https://build.opensuse.org/request/show/33794 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inkscape?expand=0&rev=32
14 lines
553 B
Diff
14 lines
553 B
Diff
Index: inkscape-0.47/src/libgdl/gdl-switcher.c
|
|
===================================================================
|
|
--- inkscape-0.47.orig/src/libgdl/gdl-switcher.c
|
|
+++ inkscape-0.47/src/libgdl/gdl-switcher.c
|
|
@@ -521,7 +521,7 @@ gdl_switcher_expose (GtkWidget *widget,
|
|
button, event);
|
|
}
|
|
}
|
|
- GDL_CALL_PARENT_WITH_DEFAULT (GTK_WIDGET_CLASS, expose_event,
|
|
+ return GDL_CALL_PARENT_WITH_DEFAULT (GTK_WIDGET_CLASS, expose_event,
|
|
(widget, event), FALSE);
|
|
}
|
|
|