bugfix for painting checkboxes with raw titles

This commit is contained in:
4am 2018-03-01 10:45:06 -05:00
parent 7647b7f8eb
commit 5b5841cc31
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.