Skip to content

Commit aa37a43

Browse files
committed
wrong bit values
1 parent 05f2410 commit aa37a43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/document_options_to_musescore.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,10 @@ function muse_font_efx(font_info)
190190
retval = retval | 0x02
191191
end
192192
if font_info.Underline then
193-
retval = retval | 0x03
193+
retval = retval | 0x04
194194
end
195195
if font_info.Strikethrough then
196-
retval = retval | 0x04
196+
retval = retval | 0x08
197197
end
198198
return retval
199199
end

0 commit comments

Comments
 (0)