Fixed decorated views being keyboard-focusable

This commit is contained in:
Quinn Dunki 2015-02-12 08:02:29 -08:00
parent 97be525f28
commit 42d7777370
2 changed files with 1 additions and 1 deletions

View File

@ -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

Binary file not shown.