From c59422c11044dc2d55b3e39044e0d2d8d54c44f8 Mon Sep 17 00:00:00 2001 From: ZSaberLv0 Date: Thu, 26 Sep 2024 18:13:29 +0800 Subject: [PATCH] update --- ZFLoader/zfsrc/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ZFLoader/zfsrc/main.cpp b/ZFLoader/zfsrc/main.cpp index 28e01de..819f860 100644 --- a/ZFLoader/zfsrc/main.cpp +++ b/ZFLoader/zfsrc/main.cpp @@ -22,10 +22,10 @@ ZFMAIN_ENTRY() { } zfobj w; - w->windowShow(); + w->show(); zfobj text; - w->childAdd(text)->c_sizeWrap(); - text->textSingleLine(zffalse); + w->child(text)->c_sizeWrap(); + text->singleLine(zffalse); zfstring hint = "put a \"zf.lua\" to one of these paths and run again:\n"; for(zfindex i = 0; i < ZFResExtPathList().count(); ++i) { hint += "\n";