diff dwt/custom/TreeEditor.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/TreeEditor.d	Wed Dec 31 21:01:13 2008 +0100
+++ b/dwt/custom/TreeEditor.d	Thu Jan 15 23:08:54 2009 +0100
@@ -124,7 +124,7 @@
                 public void run() {
                     if (this.outer.outer.editor is null || this.outer.outer.editor.isDisposed()) return;
                     if (this.outer.outer.tree.isDisposed()) return;
-                    layout();
+                    this.outer.outer.layout();
                     this.outer.outer.editor.setVisible(true);
                 }
             };
@@ -334,4 +334,4 @@
     super.layout();
 }
 
-}
+}
\ No newline at end of file