diff dwt/custom/CCombo.d @ 123:63a09873578e

Fixed compile errors
author Jacob Carlborg <doob@me.com>
date Thu, 15 Jan 2009 23:08:54 +0100
parents 6337764516f1
children 07399639c0c8
line wrap: on
line diff
--- a/dwt/custom/CCombo.d	Wed Dec 31 21:01:13 2008 +0100
+++ b/dwt/custom/CCombo.d	Thu Jan 15 23:08:54 2009 +0100
@@ -159,8 +159,8 @@
             if (getShell () is event.widget) {
                 getDisplay().asyncExec(new class() Runnable {
                     public void run() {
-                        if (isDisposed()) return;
-                        handleFocus (DWT.FocusOut);
+                        if (this.outer.outer.isDisposed()) return;
+                        this.outer.outer.handleFocus (DWT.FocusOut);
                     }
                 });
             }