From: Matthias Clasen Date: Mon, 13 Dec 2021 03:23:31 +0000 (-0500) Subject: colorbutton: No nested drag sources, please X-Git-Tag: archive/raspbian/4.6.5+ds-1+rpi1~1^2~19^2~5^2~63^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=da6f86bd7949190fcb06433db4df84e015df17d9;p=gtk4.git colorbutton: No nested drag sources, please This is causing trouble on X11. --- diff --git a/gtk/gtkcolorbutton.c b/gtk/gtkcolorbutton.c index 499c57f3f2..71289e3433 100644 --- a/gtk/gtkcolorbutton.c +++ b/gtk/gtkcolorbutton.c @@ -296,6 +296,7 @@ gtk_color_button_init (GtkColorButton *button) "accessible-role", GTK_ACCESSIBLE_ROLE_IMG, "selectable", FALSE, "has-menu", FALSE, + "can-drag", FALSE, NULL); gtk_widget_set_can_focus (button->swatch, FALSE); gtk_widget_remove_css_class (button->swatch, "activatable");