Skip to content

demo: Add a dnd special-case for textures

Benjamin Otte requested to merge wip/otte/for-master into master

If the DND/clipboard machinery knows a texture is a texture, it will try to serialize it. Paintables can't be serialized, so it wouldn't try.

Merge request reports