]
Andre Dietisheim updated JBIDE-19908:
-------------------------------------
Labels: application_wizard gtk3 openshift_v2 openshift_v3 upstream (was:
application_wizard gtk3 upstream)
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
Reporter: Andre Dietisheim
Priority: Minor
Labels: application_wizard, gtk3, openshift_v2, openshift_v3, upstream
Fix For: 4.4.x
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}