Changeset 786 for trunk/src/gui/painting/qwindowsurface_pm.cpp
- Timestamp:
- Oct 7, 2010, 3:04:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/painting/qwindowsurface_pm.cpp
r775 r786 63 63 #include "qwindowsurface_pm_p.h" 64 64 #include "private/qnativeimage_p.h" 65 #include "private/qdnd_p.h" 65 66 66 67 //////////////////////////////////////////////////////////////////////////////// … … 566 567 br.translate(offset); 567 568 568 if (d->inDrag ) {569 if (d->inDrag || QDragManager::self()->isInOwnDrag()) { 569 570 // In drag, DIVE seems to not synchronize well with the mouse buffer 570 571 // that preserves the contents under the mouse pointer and the drag
Note:
See TracChangeset
for help on using the changeset viewer.