diff mde/gui/widget/Floating.d @ 139:29a524e7c858

Fixed a resizing issue and added a popup menu for all content.
author Diggory Hardy <diggory.hardy@gmail.com>
date Sun, 08 Feb 2009 11:55:36 +0000
parents 9f035cd139c6
children 66c58e5b0062
line wrap: on
line diff
--- a/mde/gui/widget/Floating.d	Sat Feb 07 13:28:52 2009 +0000
+++ b/mde/gui/widget/Floating.d	Sun Feb 08 11:55:36 2009 +0000
@@ -167,7 +167,7 @@
     
     override IChildWidget getWidget (wdim cx, wdim cy) {
         debug scope (failure)
-            logger.warn ("getWidget: failure; values: click, pos, width - {}, {}, {} - {}, {}, {}", cx, x, w, cy, y, h);
+            logger.warn ("getWidget: failure; values: click; pos; width: {},{}; {},{}; {},{}", cx, cy, x, y, w, h);
         debug assert (cx >= x && cx < x + w && cy >= y && cy < y + h, "getWidget: not on widget (code error)");
         
         foreach_reverse (j,i; sWOrder) with (sWData[i]) {