Changeset 462 for trunk/src/gui/kernel
- Timestamp:
- Jan 21, 2010, 7:45:57 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/kernel/qdnd_pm.cpp
r458 r462 520 520 } 521 521 522 USHORT dropReply = DOR_DROP;522 USHORT dropReply = ; 523 523 524 524 if (first) { 525 525 // determine the set of operations supported by *all* items 526 526 // (this implies that DRAGITEM::fsSupportedOps is a bit field) 527 527 528 ULONG itemCount = DrgQueryDragitemCount(info); 528 529 for (ULONG i = 0; i < itemCount; ++ i) { … … 596 597 // accept by default, since enter event was accepted. 597 598 dme.setDropAction(dragData->lastAction); 598 dme.accept(); 599 if (dropReply == DOR_DROP) 600 dme.accept(); 599 601 sendDropEvent(dragOverWidget, &dme); 600 602 if (dragData->sourceAllowsOp && dme.isAccepted()) {
Note:
See TracChangeset
for help on using the changeset viewer.