[jbosstools-issues] [JBoss JIRA] (JBIDE-19908) v2 Application wizard: remove GTK3 workaround once Eclipse bugzilla is resolved

Andre Dietisheim (JIRA) issues at jboss.org
Wed Jun 3 05:37:02 EDT 2015


     [ https://issues.jboss.org/browse/JBIDE-19908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andre Dietisheim updated JBIDE-19908:
-------------------------------------
    Description: 
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}

  was: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



> 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, upstream
>             Fix For: 4.3.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}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the jbosstools-issues mailing list