diff mde/gui/widget/layout.d @ 138:3468e9bfded1

Popup widgets: are simpler to use and can show content fields like DisplayContentWidget.
author Diggory Hardy <diggory.hardy@gmail.com>
date Sat, 07 Feb 2009 13:28:52 +0000
parents 9f035cd139c6
children 29a524e7c858
line wrap: on
line diff
--- a/mde/gui/widget/layout.d	Sat Feb 07 12:46:03 2009 +0000
+++ b/mde/gui/widget/layout.d	Sat Feb 07 13:28:52 2009 +0000
@@ -95,7 +95,7 @@
 {
     this (IWidgetManager mgr, IParentWidget parent, widgetID id, WidgetData data, IContent content) {
 	cList = cast(IContentList) content;
-	WDCCheck (data, 2, 1, cList);
+	WDCMinCheck (data, 2, 1, cList);
         cols = 1;
         rows = cList.list.length;
         subWidgets.length = rows;