diff dwt/custom/LineBackgroundEvent.d @ 213:36f5cb12e1a2

Update to SWT 3.4M7
author Frank Benoit <benoit@tionex.de>
date Sat, 17 May 2008 17:34:28 +0200
parents ab60f3309436
children fd9c62a2998e
line wrap: on
line diff
--- a/dwt/custom/LineBackgroundEvent.d	Mon May 05 00:12:38 2008 +0200
+++ b/dwt/custom/LineBackgroundEvent.d	Sat May 17 17:34:28 2008 +0200
@@ -44,6 +44,7 @@
     super(cast(Object)e);
     lineOffset = e.detail;
     lineText = e.text;
+    lineBackground = e.lineBackground;
 }
 }