diff --git a/memory.s b/memory.s index 46206fa..eb060e2 100644 --- a/memory.s +++ b/memory.s @@ -20,7 +20,7 @@ VIEW_STYLE_CHECK = $03 VIEW_STYLE_BUTTON = $04 -VIEW_STYLE_TAKESFOCUS = $02 ; Styles >= this one are selectable +VIEW_STYLE_TAKESFOCUS = $03 ; Styles >= this one are selectable VIEW_STYLE_APPLESOFT = $80 ; High nybble flag bit for views created from Applesoft diff --git a/weegui.dsk b/weegui.dsk index 9d8e611..7c41fae 100644 Binary files a/weegui.dsk and b/weegui.dsk differ