From 325eaa39d1eec0808befefcc179d3388b8737465 Mon Sep 17 00:00:00 2001 From: Friedrich Beckmann Date: Fri, 5 Jun 2020 11:33:52 +0200 Subject: [PATCH] avoid crash by drag-n-drop in variable dialog #58457 The drag-n-drop was enabled in the variable dialog but actually doing it results in a crash. See: https://savannah.gnu.org/bugs/index.php?58475 --- src/ui/gui/variable-info.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/gui/variable-info.ui b/src/ui/gui/variable-info.ui index 3135c1d026..ce9292b005 100644 --- a/src/ui/gui/variable-info.ui +++ b/src/ui/gui/variable-info.ui @@ -46,7 +46,7 @@ GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK 0 False - True + False True -- 2.30.2