diff dwtx/ui/forms/widgets/Section.d @ 79:0953c252a764

Fix compile errors
author Frank Benoit <benoit@tionex.de>
date Sun, 25 May 2008 04:55:40 +0200
parents 5d489b9f966c
children 04b47443bb01
line wrap: on
line diff
--- a/dwtx/ui/forms/widgets/Section.d	Sat May 24 08:33:56 2008 +0200
+++ b/dwtx/ui/forms/widgets/Section.d	Sun May 25 04:55:40 2008 +0200
@@ -122,7 +122,7 @@
         super.internalSetExpanded(expanded);
         if ((getExpansionStyle() & TITLE_BAR) !is 0) {
             if (!expanded)
-                super.setBackgroundImage(null);
+                super.setBackgroundImage(cast(Image)null);
         }
         reflow();
     }