mirror of
https://github.com/blondie7575/WeeGUI.git
synced 2025-08-15 10:27:38 +00:00
Fixed decorated views being keyboard-focusable
This commit is contained in:
2
memory.s
2
memory.s
@@ -20,7 +20,7 @@ VIEW_STYLE_CHECK = $03
|
|||||||
VIEW_STYLE_BUTTON = $04
|
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
|
VIEW_STYLE_APPLESOFT = $80 ; High nybble flag bit for views created from Applesoft
|
||||||
|
|
||||||
|
BIN
weegui.dsk
BIN
weegui.dsk
Binary file not shown.
Reference in New Issue
Block a user