diff dwtx/ui/internal/forms/widgets/BusyIndicator.d @ 77:26c6c9dfd13c

ui.forms compile, just FormTextModel with xml reimpl left todo
author Frank Benoit <benoit@tionex.de>
date Sat, 24 May 2008 06:59:31 +0200
parents e193036d82c9
children 7ffeace6c47f
line wrap: on
line diff
--- a/dwtx/ui/internal/forms/widgets/BusyIndicator.d	Sat May 24 06:18:55 2008 +0200
+++ b/dwtx/ui/internal/forms/widgets/BusyIndicator.d	Sat May 24 06:59:31 2008 +0200
@@ -36,6 +36,8 @@
 
 public final class BusyIndicator : Canvas {
 
+    alias Canvas.computeSize computeSize;
+
     class BusyThread : Thread {
         Rectangle bounds;
         Display display;