diff dwt/custom/ViewFormLayout.d @ 246:fd9c62a2998e

Updater SWT 3.4M7 to 3.4
author Frank Benoit <benoit@tionex.de>
date Tue, 01 Jul 2008 10:15:59 +0200
parents a5afe31f5cdd
children 349b8c12e243
line wrap: on
line diff
--- a/dwt/custom/ViewFormLayout.d	Tue Jul 01 08:58:50 2008 +0200
+++ b/dwt/custom/ViewFormLayout.d	Tue Jul 01 10:15:59 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++;
         }