gui: added missing register setting.
This commit is contained in:
@@ -169,6 +169,7 @@ menuWinCreateButton:
|
|||||||
push yh
|
push yh
|
||||||
ldi r16, 0
|
ldi r16, 0
|
||||||
ldi r17, (WIDGET_PACK_BEGIN<<WIDGET_PACK_HSELF0_BIT) | (WIDGET_PACK_BEGIN<<WIDGET_PACK_VSELF0_BIT) ; PACK
|
ldi r17, (WIDGET_PACK_BEGIN<<WIDGET_PACK_HSELF0_BIT) | (WIDGET_PACK_BEGIN<<WIDGET_PACK_VSELF0_BIT) ; PACK
|
||||||
|
ldi r23, BUTTON_MODE_NORMAL
|
||||||
bigcall C03App_CreateButton
|
bigcall C03App_CreateButton
|
||||||
mov xl, yl
|
mov xl, yl
|
||||||
mov xh, yh
|
mov xh, yh
|
||||||
|
|||||||
Reference in New Issue
Block a user