Comment 10 for bug 410432

Revision history for this message
In , Thomas-luebking (thomas-luebking) wrote :

seems to stumble on coverswitch + flipswitch, boxswitch, no-switch (tm) don't cause it here.

the problem occurs in $Qt/src/gui/kernel/qdnd_x11.cpp:1626
-> move.data.l[0] = dragPrivate()->source->effectiveWinId();
dragPrivate() relies on the pmd "object" (which should be catched on top of the func) and it's dfunc, but i guess "source" (QWidget*) could be 0L

currently recompiling qtgui 4.5 for some debug output...