Revision 32e0dfd...
Go back to digest for 9th February 2014Bug Fixes in Office
Dmitry Kazakov committed changes in [calligra] krita/ui/kis_mimedata.cpp:
Fix a crash when trying to D&D too big layer (>20MiB)
Qt implements D&D using X11 window properties, which were probably
not supposed to be used for transferring 20+MiB between applications.
So we indroduced a new "application/x-krita-node-url" mime format
which saved the image into a temporary directory and passes the url only.
That is the way Qt handles "application/x-qt-image" itself.
File Changes
Modified 1 files
- krita/ui/kis_mimedata.cpp
1 files changed in total