Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Williams2018-05-28 18:22:41 +0000
committerEric Williams2018-05-29 17:39:18 +0000
commit2bd7cc57d6f8db85984adca7abc84236618f0b2d (patch)
treeb0110e1269fd34e972dce6919e4ca94c530edc06 /bundles/org.eclipse.swt/META-INF/MANIFEST.MF
parent86c15e9a4fc470befff6e93a09521c3e3a6c7a65 (diff)
downloadeclipse.platform.swt-2bd7cc57d6f8db85984adca7abc84236618f0b2d.tar.gz
eclipse.platform.swt-2bd7cc57d6f8db85984adca7abc84236618f0b2d.tar.xz
eclipse.platform.swt-2bd7cc57d6f8db85984adca7abc84236618f0b2d.zip
Bug 258196: [GTK] Virtual Tree does not resize correctly horizontally
Using the patch from bugzilla, add updated flags to Tree and TreeItem which are triggered when changes are made that would affect the layout of the Tree. These changes will trigger the proper scrolling width to be set. Tested on GTK2 and GTK3, no ill effects seen. No AllNonBrowser JUnit tests fail, and the snippet from bug 490203 doesn't show any reduction in performance either. Bumped versions for first 4.9 commit. Change-Id: If8d435248db5bc4ba5448f803bafd4eef1165167 Signed-off-by: Eric Williams <ericwill@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.swt/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.swt/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.swt/META-INF/MANIFEST.MF b/bundles/org.eclipse.swt/META-INF/MANIFEST.MF
index 514e538cfe..631a12b120 100644
--- a/bundles/org.eclipse.swt/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.swt/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.swt; singleton:=true
-Bundle-Version: 3.107.0.qualifier
+Bundle-Version: 3.107.100.qualifier
Bundle-ManifestVersion: 2
Bundle-Localization: plugin
DynamicImport-Package: org.eclipse.swt.accessibility2

Back to the top