Ignore:
Timestamp:
Sep 23, 1999, 7:26:29 PM (26 years ago)
Author:
cbratschi
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/hotkey.c

    r1022 r1027  
    1 /* $Id: hotkey.c,v 1.8 1999-09-23 15:50:21 cbratschi Exp $ */
     1/* $Id: hotkey.c,v 1.9 1999-09-23 17:26:29 cbratschi Exp $ */
    22/*
    33 * Hotkey control
     
    2424
    2525  GetClientRect(hwnd,&rect);
    26   InflateRect(&rect,-2,-2);
     26  InflateRect(&rect,-1,-2); //CB: x only -1 -> bug!
    2727  InvalidateRect(hwnd,&rect,FALSE);
    2828}
Note: See TracChangeset for help on using the changeset viewer.