summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVeronika Irvine <veronika>2005-05-09 12:22:07 +0000
committerVeronika Irvine <veronika>2005-05-09 12:22:07 +0000
commitdc164ad31db40b68772c0ae1bda187d3d19e38ab (patch)
tree22aba3891b16eb784ccdb1349d9ce61915492d88
parent35103ef2496639353be3d57e014490776cb7d59d (diff)
downloadeclipse.platform.swt-dc164ad31db40b68772c0ae1bda187d3d19e38ab.tar.gz
eclipse.platform.swt-dc164ad31db40b68772c0ae1bda187d3d19e38ab.tar.xz
eclipse.platform.swt-dc164ad31db40b68772c0ae1bda187d3d19e38ab.zip
Bug79631 initialize tab height
-rwxr-xr-xbundles/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 cafacdd9af..fa8fe63903 100755
--- 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
@@ -271,6 +271,7 @@ public CTabFolder(Composite parent, int style) {
selectionForeground = display.getSystemColor(SELECTION_FOREGROUND);
selectionBackground = display.getSystemColor(SELECTION_BACKGROUND);
borderColor = display.getSystemColor(BORDER1_COLOR);
+ updateTabHeight(false);
initAccessible();