]
Andre Dietisheim closed JBIDE-19908.
------------------------------------
Assignee: Andre Dietisheim
Resolution: Won't Fix
Resolving all OpenShift 2 issues since support for OpenShift 2 faded out.
v2 Application wizard: remove GTK3 workaround once Eclipse bugzilla
is resolved
-------------------------------------------------------------------------------
Key: JBIDE-19908
URL:
https://issues.jboss.org/browse/JBIDE-19908
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: openshift
Affects Versions: 4.3.0.Beta1, 4.4.3.AM1
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Priority: Minor
Labels: application_wizard, gtk3, openshift_v2, upstream
Fix For: 4.5.3.Final
In JBIDE-19853 we introduced a workaround to fix erroneous labels in GTK3. We should
remove this workaround once
https://bugs.eclipse.org/bugs/show_bug.cgi?id=466499 is
resolved
{code:title=ApplicationTemplateWizardPage#createApplicationTemplatesViewer}
// a workaround for
https://issues.jboss.org/browse/JBIDE-19853
if (GTK3Utils.isRunning()) {
labelProvider.setOwnerDrawEnabled(false);
}
{code}