Changeset 296:4289aa6cbc0c

Show
Ignore:
Timestamp:
08/22/08 12:06:47 (3 months ago)
Author:
Frank Benoit <benoit@tionex.de>
branch:
default
Message:

Fix: render bug of multicolumn tree widget.

Files:

Legend:

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

    r263 r296  
    48304830    } 
    48314831    OS.GetClientRect (hwndParent, &rect); 
    4832     auto hHeap = OS.GetProcessHeap (); 
    48334832    HDLAYOUT playout; 
    4834     playout.prc = &rect; 
     4833    RECT layoutrect = rect; 
     4834    playout.prc = &layoutrect; 
    48354835    WINDOWPOS pos; 
    48364836    playout.pwpos = &pos; 
     
    67816781 
    67826782override LRESULT WM_PAINT (int wParam, int lParam) { 
    6783  
    67846783    if (shrink && !ignoreShrink) { 
    67856784        /* Resize the item array to fit the last item */