Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug 147861 --- [2.1RC4] Invalid line height: normal

Title: [birt-dev]CheckIn: Fix Bugzilla Bug 147861 --- [2.1RC4] Invalid line height: normal

- Summary:
[birt-dev]CheckIn: Fix Bugzilla Bug 147861 --- [2.1RC4] Invalid line height: normal


- Bugzilla Bug (s) Resolved:
None


- Description:
The default value of *lineHeight* we get is *normal*

and in Engine, we call Integer.parseInt( %lineHeight% )
so, we get an Exception and input some logo in it

we set lineHeight default value as *0*


- Tests Description  : 
Manual-Test

- Notes to Build Team:
None


- Notes to Developers:
None


- Notes to QA:  
None

- Notes to Documentation:  
None

- Files Edited:
org/eclipse/birt/report/engine/layout/pdf/util/PropertyUtil.java#3 edit


- Files Added:
None

- Files Deleted
None


Wei Wang

Actuate Corporation - Shanghai R&D Center

Email: wwang@xxxxxxxxxxx



Back to the top