mirror of
https://github.com/blondie7575/WeeGUI.git
synced 2024-12-13 15:30:04 +00:00
bugfix for painting checkboxes with raw titles
This commit is contained in:
parent
7647b7f8eb
commit
5b5841cc31
4
views.s
4
views.s
@ -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
|
||||
|
BIN
weegui.dsk
BIN
weegui.dsk
Binary file not shown.
Loading…
Reference in New Issue
Block a user