Show
Ignore:
Timestamp:
05/17/08 11:34:28 (8 months ago)
Author:
Frank Benoit <benoit@tionex.de>
branch:
default
Message:

Update to SWT 3.4M7

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • dwt/custom/TableTreeItem.d

    r212 r213  
    207207        if (parent.sizeImage is null) { 
    208208            int itemHeight = parent.getItemHeight(); 
    209             parent.sizeImage = new Image(null, itemHeight, itemHeight); 
     209            parent.sizeImage = new Image(parent.getDisplay(), itemHeight, itemHeight); 
    210210            GC gc = new GC (parent.sizeImage); 
    211211            gc.setBackground(parent.getBackground());