Changeset 279:e4b7af6b8e7e

Show
Ignore:
Timestamp:
08/04/08 20:52:59 (5 months ago)
Author:
Frank Benoit <benoit@tionex.de>
branch:
default
Message:

Fix: memmove with wrong indirection.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • dwt/widgets/Table.d

    r263 r279  
    34133413            if (!ignoreDrawFocus) { 
    34143414                nmcd.nmcd.uItemState &= ~OS.CDIS_FOCUS; 
    3415                 OS.MoveMemory (cast(void*)lParam, &nmcd, OS.NMLVCUSTOMDRAW_sizeof); 
     3415                OS.MoveMemory (cast(void*)lParam, nmcd, OS.NMLVCUSTOMDRAW_sizeof); 
    34163416                focusRect = new RECT; 
    34173417                *focusRect = textRect;