changeset 323:964972e7fa4d

Sync dwt/custom with dwt-win
author Frank Benoit <benoit@tionex.de>
date Tue, 07 Oct 2008 16:18:49 +0200
parents 96b14a31d9b3
children 174bd206cf10
files dwt/custom/TableTree.d dwt/custom/ViewFormLayout.d
diffstat 2 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/dwt/custom/TableTree.d	Mon Oct 06 21:02:12 2008 +0200
+++ b/dwt/custom/TableTree.d	Tue Oct 07 16:18:49 2008 +0200
@@ -764,7 +764,6 @@
  * @param items the array of items
  *
  * @exception IllegalArgumentException <ul>
- *    <li>ERROR_NULL_ARGUMENT - if one of the items is null</li>
  *    <li>ERROR_INVALID_ARGUMENT - if one of the item has been disposed</li>
  * </ul>
  * @exception DWTException <ul>
--- a/dwt/custom/ViewFormLayout.d	Mon Oct 06 21:02:12 2008 +0200
+++ b/dwt/custom/ViewFormLayout.d	Tue Oct 07 16:18:49 2008 +0200
@@ -197,7 +197,7 @@
     int oldSeperator = form.separator;
     form.separator = -1;
     if (content !is null && !content.isDisposed()) {
-        if (left !is null || right!is null || center !is null){
+        if (left !is null || right !is null || center !is null){
             form.separator = y;
             y++;
         }