diff dwtx/jface/fieldassist/DecoratedField.d @ 70:46a6e0e6ccd4

Merge with d-fied sources of 3.4M7
author Frank Benoit <benoit@tionex.de>
date Thu, 22 May 2008 01:36:46 +0200
parents 644f1334b451
children c3583c6ec027
line wrap: on
line diff
--- a/dwtx/jface/fieldassist/DecoratedField.d	Mon May 19 13:41:06 2008 +0200
+++ b/dwtx/jface/fieldassist/DecoratedField.d	Thu May 22 01:36:46 2008 +0200
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2005, 2007 IBM Corporation and others.
+ * Copyright (c) 2005, 2008 IBM Corporation and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * which accompanies this distribution, and is available at
@@ -202,7 +202,7 @@
         Region region;
 
         /**
-         * bool indicating whether the last computed polygon location had an
+         * Boolean indicating whether the last computed polygon location had an
          * arrow on left. (true if left, false if right).
          */
         bool arrowOnLeft = true;
@@ -213,7 +213,7 @@
         this(Shell parent) {
             final Display display = parent.getDisplay();
             hoverShell = new Shell(parent, DWT.NO_TRIM | DWT.ON_TOP
-                    | DWT.NO_FOCUS);
+                    | DWT.NO_FOCUS | DWT.TOOL);
             hoverShell.setBackground(display
                     .getSystemColor(DWT.COLOR_INFO_BACKGROUND));
             hoverShell.setForeground(display