Skip to content

Commit

Permalink
LBTK: Fix clicking on scrollbar
Browse files Browse the repository at this point in the history
Regressed in 5f615cf - messed up the sense of a test.
  • Loading branch information
inexorabletash committed Jan 11, 2025
1 parent fb16ff1 commit a22e128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolkits/lbtk.s
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ coords .tag MGTK::Point
lda (winfo_ptr),y
.assert MGTK::Scroll::option_active = %00000001, error, "flag mismatch"
ror ; C = "active?"
bcc :+
bcs :+
ret: rts
:
lda findcontrol_params::which_part
Expand Down

0 comments on commit a22e128

Please sign in to comment.