--- a/application/main.c Wed Oct 08 07:53:57 2025 +0200 +++ b/application/main.c Wed Oct 08 09:46:23 2025 +0200 @@ -1125,7 +1125,7 @@ void application_startup(UiEvent *event, void *data) { UiObject *obj = ui_window("Test w32", NULL); - + ui_show(obj); } int WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nShowCmd) {