Skip to content
Snippets Groups Projects
Commit 1e3dd9c8 authored by Stefan Berzl's avatar Stefan Berzl Committed by Olivier Fourdan
Browse files

settings-dialog: Fix drag and drop of buttons

Bug: 13861

Drag and Drop inside GtkSocket and GtkPlug doesn't work correctly.

The drag_end handler isn't called when a button from "Button layout" is
dragged.

Fortunately, this only happens when the button is dragged onto the
specified drag area.

All we need to do is move the gtk_widget_show() function at the end of
the drag-data-received handler.
parent 8dd22120
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment