No, because the test on line 579 is:    
var showBorder:Boolean = !isNaN(borderThickness);

In the desktop skin, I am setting  it that way:
var showBorder:Boolean = !isNaN(borderThickness) || borderThickness > 0 ;

Should I change the test ?

Maurice 

-----Message d'origine-----
De : Justin Mclean [mailto:jus...@classsoftware.com] 
Envoyé : jeudi 10 octobre 2013 01:23
À : dev@flex.apache.org
Objet : Re: Build failed in Jenkins: flex-sdk_mustella #460 (fixed)

Hi,

> So the variable showBorder on line 579 is set to true.
If borderThinkness is 0 shouldn't showBorder be false? Then the callout should 
be in the right position.

Thanks,
Justin

Reply via email to