diff dwtx/ui/internal/forms/widgets/SelectionData.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 5d489b9f966c
children 04b47443bb01
line wrap: on
line diff
--- a/dwtx/ui/internal/forms/widgets/SelectionData.d	Sat May 24 06:18:55 2008 +0200
+++ b/dwtx/ui/internal/forms/widgets/SelectionData.d	Sat May 24 06:59:31 2008 +0200
@@ -104,7 +104,7 @@
         return start.x > stop.x;
     }
     public bool isEnclosed() {
-        return !start.equals(stop);
+        return !start.opEquals(stop);
     }
 
     public bool isSelectedRow(Locator locator) {