Ignore:
Timestamp:
Oct 7, 2010, 3:04:40 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: DnD: Fixed: Repainting the widget during DnD outside the drag*Event() callbacks would cause distortion under the mouse pointer in DIVE mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/kernel/qdnd_p.h

    r651 r786  
    267267    QWidget *currentTarget();
    268268
     269    bool isInOwnDrag() const { return object != 0; }
     270
    269271#ifdef Q_WS_X11
    270272    QPixmap xdndMimeTransferedPixmap[2];
     
    287289#endif
    288290#ifdef Q_OS_SYMBIAN
    289 #ifndef QT_NO_CURSOR 
     291#ifndef QT_NO_CURSOR
    290292    QCursor overrideCursor;
    291293#endif
Note: See TracChangeset for help on using the changeset viewer.