Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXi Yan2018-10-18 20:33:31 +0000
committerAndrey Loskutov2018-10-19 14:44:49 +0000
commitc876ccb5329dfb333ec5851532f65876348c569b (patch)
tree4269c5cc82caef41b121259085c4fd35376ec3b6 /bundles/org.eclipse.compare/META-INF/MANIFEST.MF
parent279961a06766f0f0a2994a9bb66568103370af81 (diff)
downloadeclipse.platform.team-c876ccb5329dfb333ec5851532f65876348c569b.tar.gz
eclipse.platform.team-c876ccb5329dfb333ec5851532f65876348c569b.tar.xz
eclipse.platform.team-c876ccb5329dfb333ec5851532f65876348c569b.zip
Send an extra redraw() in BufferedCanvas.repaint() on GTK if the compare editor is scrolled. This is needed because GTK does not gaurantee that what you draw directly on a windowing surface is going to be rendered on screen. Change-Id: I9dd960ab235037536b12b6d70ab187b9d5e161f3 Signed-off-by: Xi Yan <xixiyan@redhat.com> Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
Diffstat (limited to 'bundles/org.eclipse.compare/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.compare/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.compare/META-INF/MANIFEST.MF b/bundles/org.eclipse.compare/META-INF/MANIFEST.MF
index 7c72097e4..21c34b9ad 100644
--- a/bundles/org.eclipse.compare/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.compare/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.compare; singleton:=true
-Bundle-Version: 3.7.300.qualifier
+Bundle-Version: 3.7.400.qualifier
Bundle-Activator: org.eclipse.compare.internal.CompareUIPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin

Back to the top