Merge pull request #12 from a2-4am/master

bugfix for painting checkboxes with raw titles
This commit is contained in:
blondie7575 2018-03-01 12:20:57 -08:00 committed by GitHub
commit ce5eaaed95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -529,9 +529,9 @@ paintCheck_plot: ; Paint our state
sta PARAM0
lda WG_VIEWRECORDS+13,y
sta PARAM1
ldy #0
lda WG_VIEWRECORDS+4,y ; Raw or Apple format title?
ldy #0
and #VIEW_STYLE_RAWTITLE
bne paintCheck_titleRawLoop
@ -550,7 +550,7 @@ paintCheck_titleRawLoop:
jsr WGPlot
inc WG_CURSORX
iny
bra paintCheck_titleLoop
bra paintCheck_titleRawLoop
paintCheck_done:
rts

Binary file not shown.