Changeset 786 for trunk/src/gui/kernel/qwidget.cpp
- Timestamp:
- Oct 7, 2010, 3:04:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/kernel/qwidget.cpp
r769 r786 11057 11057 return (HPS) d->hd; 11058 11058 #ifndef QT_NO_DRAGANDDROP 11059 if (QDragManager::self()->isInDrag()) 11059 if (QDragManager::self()->isInDrag() || 11060 QDragManager::self()->isInOwnDrag()) 11060 11061 return DrgGetPS(winId()); 11061 11062 #endif … … 11076 11077 if (d->hd == NULLHANDLE) { 11077 11078 #ifndef QT_NO_DRAGANDDROP 11078 if (QDragManager::self()->isInDrag()) 11079 if (QDragManager::self()->isInDrag() || 11080 QDragManager::self()->isInOwnDrag()) 11079 11081 DrgReleasePS(hps); 11080 11082 else
Note:
See TracChangeset
for help on using the changeset viewer.