Ignore:
Timestamp:
Oct 24, 2001, 5:41:54 PM (24 years ago)
Author:
sandervl
Message:

double click fix + double click on system menu now works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/win32wbase.cpp

    r7183 r7195  
    1 /* $Id: win32wbase.cpp,v 1.294 2001-10-24 10:26:45 sandervl Exp $ */
     1/* $Id: win32wbase.cpp,v 1.295 2001-10-24 15:41:54 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    10801080 BOOL  fClick = FALSE;
    10811081
    1082 //    dprintf(("MsgButton at (%d,%d)", msg->pt.x, msg->pt.y));
     1082    dprintf(("MsgButton %d at (%d,%d)", msg->message, msg->pt.x, msg->pt.y));
    10831083    switch(msg->message) {
    10841084        case WM_LBUTTONDBLCLK:
     
    10881088                {
    10891089                    msg->message = msg->message - (WM_LBUTTONDBLCLK - WM_LBUTTONDOWN); //dblclick -> down
    1090                     MsgButton(msg);
    1091                     msg->message++; //button-up
    10921090                    return MsgButton(msg);
    10931091                }
Note: See TracChangeset for help on using the changeset viewer.