gui: more work on dialogs.

This commit is contained in:
Martin Preuss
2026-05-08 12:20:43 +02:00
parent b0d9c46d87
commit d149c5667f
3 changed files with 67 additions and 11 deletions

View File

@@ -66,6 +66,8 @@ CDialog_Init:
ldd zh, Y+CDIALOG_OFFS_CONFIG_HI
push yl ; main window
push yh
ldi r16, 0
ldi r17, (WIDGET_PACK_FILLED<<WIDGET_PACK_HSELF0_BIT) | (WIDGET_PACK_FILLED<<WIDGET_PACK_VSELF0_BIT)
bigcall CWidget_Create
pop yh
pop yl