Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit db9a7b9

Browse files
committed
Style and StyleParameter are two different types.
(Jack)
1 parent 8b3c30c commit db9a7b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/bgen/bgen/macsupport.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
ScriptCode = Type("ScriptCode", "h")
1616
Size = Type("Size", "l")
1717
Style = Type("Style", "b")
18-
StyleParameter = Type("Style", "h")
18+
StyleParameter = Type("StyleParameter", "h")
1919
CharParameter = Type("CharParameter", "h")
2020
TextEncoding = Type("TextEncoding", "l")
2121

0 commit comments

Comments
 (0)