summaryrefslogtreecommitdiffstats
path: root/bundles
diff options
context:
space:
mode:
authorVeronika Irvine <veronika>2004-01-28 22:06:57 +0000
committerVeronika Irvine <veronika>2004-01-28 22:06:57 +0000
commitdce493209369916fda66d9947da568168883102a (patch)
treed514d4a8801c5f8b67b02499bae18d5214fd9b26 /bundles
parentfb2570e08bde07a526e9a788343c70f6bc81749e (diff)
downloadeclipse.platform.swt-dce493209369916fda66d9947da568168883102a.tar.gz
eclipse.platform.swt-dce493209369916fda66d9947da568168883102a.tar.xz
eclipse.platform.swt-dce493209369916fda66d9947da568168883102a.zip
show selection after resize
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder2.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder2.java b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder2.java
index 614299a615..0ff8cc6d6d 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder2.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Custom Widgets/common/org/eclipse/swt/custom/CTabFolder2.java
@@ -2156,6 +2156,7 @@ void onResize() {
return;
}
if (updateItems()) redraw();
+ showSelection();
Point size = getSize();
if (oldSize == null) {