summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets
diff options
context:
space:
mode:
authorCarolyn MacLeod <Carolyn_MacLeod@ca.ibm.com>2011-10-18 17:14:27 -0400
committerCarolyn MacLeod <Carolyn_MacLeod@ca.ibm.com>2011-10-18 17:14:27 -0400
commite87c984b75c4897139f3db73d707bcbc49b0c3ce (patch)
tree020e3591b9df9be60b67c1d06b20af25717acccd /bundles/org.eclipse.swt/Eclipse SWT Custom Widgets
parent7220efeeff3dfb0c07db88687ff4162a44c56c08 (diff)
downloadeclipse.platform.swt-e87c984b75c4897139f3db73d707bcbc49b0c3ce.tar.gz
eclipse.platform.swt-e87c984b75c4897139f3db73d707bcbc49b0c3ce.tar.xz
eclipse.platform.swt-e87c984b75c4897139f3db73d707bcbc49b0c3ce.zip
Bug 361177 - CTabFolder accessibility improvements
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT Custom Widgets')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java
index 66bc8abdad..27413a2f50 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder.java
@@ -1064,6 +1064,7 @@ void initAccessible() {
childID = items.length + MAXIMIZE_CHILD_ID;
} else {
Rectangle location = getBounds();
+ location.x = location.y = 0;
location.height = location.height - getClientArea().height;
if (location.contains(testPoint)) {
childID = ACC.CHILDID_SELF;