Fix #33192: Opening Blender breaks drag-and-drop support on the KDE desktop
Do not set root window as DND aware.
This commit is contained in:
2
extern/xdnd/xdnd.c
vendored
2
extern/xdnd/xdnd.c
vendored
@@ -347,7 +347,7 @@ void xdnd_set_dnd_aware (DndClass * dnd, Window window, Atom * typelist)
|
||||
&nchildren_return);
|
||||
if (children_return)
|
||||
XFree (children_return);
|
||||
if (r)
|
||||
if (r && parent != root_return)
|
||||
xdnd_set_dnd_aware (dnd, parent, typelist);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user