Changeset 139


Ignore:
Timestamp:
Aug 29, 2009, 12:37:48 AM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

gui: Fixed: Pressing a mouse button over a child widget would deliver incorrect mouse move messages to it which caused a mouse leave event to be simulated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gui/kernel/qapplication_pm.cpp

    r138 r139  
    13901390
    13911391        POINTL curPos = gpos;
    1392         WinMapWindowPoints(internalWinId(), HWND_DESKTOP, &gpos, 1);
     1392        WinMapWindowPoints(internalWinId(), HWND_DESKTOP, &os, 1);
    13931393
    13941394        pos.rx() = curPos.x;
Note: See TracChangeset for help on using the changeset viewer.